Class: Mobility::Plugins::Arel::Nodes::Hstore

Inherits:
HstoreDashArrow
  • Object
show all
Defined in:
lib/mobility/plugins/arel/nodes/pg_ops.rb

Instance Method Summary collapse

Instance Method Details

#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

#to_questionObject



55
56
57
# File 'lib/mobility/plugins/arel/nodes/pg_ops.rb', line 55

def to_question
  HstoreQuestion.new left, right
end