class RubyEventStore::EventTypeResolver
Public Instance Methods
Source
# File lib/ruby_event_store/event_type_resolver.rb, line 5 def call(value) value.to_s end
# File lib/ruby_event_store/event_type_resolver.rb, line 5 def call(value) value.to_s end