class Arel::Nodes::UnaryOperation
Attributes
Public Class Methods
Source
# File lib/arel/nodes/unary_operation.rb, line 14 def initialize operator, operand super(operand) @operator = operator end
Calls superclass method
Arel::Nodes::Unary::new