Class: Arel::Nodes::ContainedInArray
- Inherits:
-
Binary
- Object
- Binary
- Arel::Nodes::ContainedInArray
- Defined in:
- lib/postgres_ext/arel/nodes/contained_within.rb
Instance Method Summary collapse
Instance Method Details
#operator ⇒ Object
33 |
# File 'lib/postgres_ext/arel/nodes/contained_within.rb', line 33 def operator; :"<@" end |