class RubyEventStore::EventTypeResolver

Public Instance Methods

call(value) click to toggle source
# File lib/ruby_event_store/event_type_resolver.rb, line 5
def call(value)
  value.to_s
end