class TransactionQL::Smaller
Public Class Methods
new(column, other)
click to toggle source
Calls superclass method
TransactionQL::NumericExpression::new
# File lib/transaction_ql/expressions.rb, line 83 def initialize(column, other) super column, other, :< end