module Danconia
Constants
- Currency
- Pair
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/danconia/config.rb, line 3 def config @config ||= Config.new end
config=(c)
click to toggle source
# File lib/danconia/config.rb, line 7 def config= c @config = c end
configure() { |config| ... }
click to toggle source
# File lib/danconia/config.rb, line 11 def configure yield config end