class Crypto
Same as Ctfc
@see Ctfc
@see CTFC::Data
Public Class Methods
new(currency = :eur, opts = {})
click to toggle source
Calls superclass method
Ctfc::new
# File lib/ctfc.rb, line 45 def initialize(currency = :eur, opts = {}) opts[:coins] ||= COINS super(currency, opts) end