Method: Fauxsql::AttributeMap#eql?

Defined in:
lib/fauxsql/attribute_map.rb

#eql?(other) ⇒ Boolean

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

Returns:

  • (Boolean)


59
60
61
# File 'lib/fauxsql/attribute_map.rb', line 59

def eql?(other)
  return false
end