class Integer

Public Class Methods

numerals_conversion(options = {}) click to toggle source
# File lib/numerals/conversions/integer.rb, line 66
def Integer.numerals_conversion(options = {})
  Numerals::IntegerConversion.instance
end