class RubyEventStore::Mappers::ForgottenData
Constants
- FORGOTTEN_DATA
Public Class Methods
Source
# File lib/ruby_event_store/mappers/forgotten_data.rb, line 8 def initialize(string = FORGOTTEN_DATA) @string = string end
Public Instance Methods
Source
# File lib/ruby_event_store/mappers/forgotten_data.rb, line 16 def ==(other) @string == other end
Also aliased as: eql?
Source
# File lib/ruby_event_store/mappers/forgotten_data.rb, line 21 def method_missing(*) self end
Source
# File lib/ruby_event_store/mappers/forgotten_data.rb, line 25 def respond_to_missing?(*) true end