module Axiom::Function::Numeric::UnaryPlus::Methods

Public Instance Methods

unary_plus() click to toggle source

Return a unary plus function

@example

unary_plus = attribute.unary_plus

@return [UnaryPlus]

@api public

# File lib/axiom/function/numeric/unary_plus.rb, line 48
def unary_plus
  UnaryPlus.new(self)
end