Class: Arel::Nodes::CubeRoot

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

Overview

Instance Method Summary collapse

Constructor Details

#initialize(operand) ⇒ CubeRoot

Returns a new instance of CubeRoot.



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

def initialize(operand)
  super('||/', operand)
end