Method: Arel::Nodes::SquareRoot#initialize

Defined in:
lib/arel/extensions/square_root.rb

#initialize(operand) ⇒ SquareRoot

Returns a new instance of SquareRoot.



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

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