module Sankhya

Constants

VERSION

Public Instance Methods

to_amount(options = {}) click to toggle source
# File lib/sankhya.rb, line 12
def to_amount(options = {})
  Numbers.amount self, options
end
to_words(options = {}) click to toggle source
# File lib/sankhya.rb, line 8
def to_words(options = {})
  Numbers.translate self, options
end