Method: ArelExtensions::MathFunctions#abs
- Defined in:
- lib/arel_extensions/math_functions.rb
#abs ⇒ Object
Abs function returns the absolute value of a number passed as argument #
35 36 37 |
# File 'lib/arel_extensions/math_functions.rb', line 35 def abs ArelExtensions::Nodes::Abs.new [self] end |