class Axiom::Function::Numeric

Abstract class for Numeric functions

Public Class Methods

type() click to toggle source

Return the type returned from call

@example

type = Axiom::Function::Numeric.type  # => Axiom::Types::Numeric

@return [Class<Types::Numeric>]

@api public

# File lib/axiom/function/numeric.rb, line 18
def self.type
  Types::Numeric
end