Class: Fauxsql::AttributeManymany

Inherits:
AttributeList show all
Defined in:
lib/fauxsql/attribute_manymany.rb

Overview

AttributeMap is an Hash that dereferences and resolves fauxsql attributes when setting/reading members in the Hash

Instance Method Summary collapse

Methods inherited from AttributeList

#-, #<<, #[], #all, #each, #each_with_index, #equals, #first, #last

Instance Method Details

#eql?(other) ⇒ Boolean

Always being not eql is expensive TODO make this work without this hack

Returns:

  • (Boolean)


7
8
9
# File 'lib/fauxsql/attribute_manymany.rb', line 7

def eql?(other)
  return false
end