Sha256: b6eddfe7859d385ffd05cd5845dfb023a144a5509d74b79f2891287119897c1f
Contents?: true
Size: 174 Bytes
Versions: 1
Compression:
Stored size: 174 Bytes
Contents
module Danconia module Exchanges class FixedRates < Exchange def initialize rates: {} super() @store.save_rates rates end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danconia-0.2.1 | lib/danconia/exchanges/fixed_rates.rb |