123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::LessThan

Do not use. This class is for internal use only.

Class Method Summary

Binary - Inherited

Instance Attribute Summary

Binary - Inherited

Node - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from Arel::Nodes::Binary

Instance Method Details

#invert

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/binary.rb', line 69

def invert
  Arel::Nodes::GreaterThanOrEqual.new(left, right)
end