Method: Mobility::Plugins::Arel::Nodes::Hstore#eq

Defined in:
lib/mobility/plugins/arel/nodes/pg_ops.rb

#eq(other) ⇒ Object



59
60
61
# File 'lib/mobility/plugins/arel/nodes/pg_ops.rb', line 59

def eq other
  other.nil? ? to_question.not : super
end