class RubyEventStore::Mappers::NullMapper

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/ruby_event_store/mappers/null_mapper.rb, line 6
def initialize
  super(Pipeline.new)
end