Class: Arel::Nodes::Absolute

Inherits:
UnaryOperation
  • Object
show all
Defined in:
lib/arel/extensions/absolute.rb

Overview

Instance Method Summary collapse

Constructor Details

#initialize(operand) ⇒ Absolute

Returns a new instance of Absolute.



5
6
7
# File 'lib/arel/extensions/absolute.rb', line 5

def initialize(operand)
  super('@', operand)
end