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