Method: Fauxsql::AttributeList#eql?

Defined in:
lib/fauxsql/attribute_list.rb

#eql?(other) ⇒ Boolean

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

Returns:

  • (Boolean)


45
46
47
# File 'lib/fauxsql/attribute_list.rb', line 45

def eql?(other)
  return false
end