Class: Arel::Nodes::ContainedWithinEquals

Inherits:
Binary
  • Object
show all
Defined in:
lib/active_record_extended/arel/nodes.rb

Instance Method Summary collapse

Instance Method Details

#operatorObject



50
51
52
# File 'lib/active_record_extended/arel/nodes.rb', line 50

def operator
  :"<<="
end