class RubyEventStore::Mappers::NullMapper
Public Class Methods
Source
# File lib/ruby_event_store/mappers/null_mapper.rb, line 6 def initialize super(Pipeline.new) end
Calls superclass method
# File lib/ruby_event_store/mappers/null_mapper.rb, line 6 def initialize super(Pipeline.new) end