class Numeric

Public Instance Methods

to_italian() click to toggle source

Converts the number into Italian using #{Abaco::Converter}.

@return [String] the converted number

# File lib/abaco/core_ext/numeric.rb, line 5
def to_italian
  Abaco::Converter.convert(self)
end