Class: Mobility::Plugins::Arel::Nodes::Hstore
- Inherits:
-
HstoreDashArrow
- Object
- HstoreDashArrow
- Mobility::Plugins::Arel::Nodes::Hstore
- 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_question ⇒ Object
55 56 57 |
# File 'lib/mobility/plugins/arel/nodes/pg_ops.rb', line 55 def to_question HstoreQuestion.new left, right end |