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