class InoxConverter::Currency

Public Instance Methods

initDictionary() click to toggle source

base unit: dolar

# File lib/inox_converter/currency.rb, line 6
def initDictionary
        @dictionary = Hash.new
end