class ActiveCurrency::Bank

Public Class Methods

new(rate_store = ActiveCurrency::RateStore.new) click to toggle source
Calls superclass method
# File lib/active_currency/bank.rb, line 5
def initialize(rate_store = ActiveCurrency::RateStore.new)
  super(rate_store)
end