module Lumione
Constants
- VERSION
Public Class Methods
convert_and_print(amount, from_currency, to_currency)
click to toggle source
# File lib/lumione.rb, line 8 def self.convert_and_print(amount, from_currency, to_currency) Bank.convert_and_print amount, from_currency, to_currency end