Top Level Namespace

Defined Under Namespace

Modules: Bitcoin

Instance Method Summary collapse

Instance Method Details

#Bitcoin(user, pass, options = {}) ⇒ Object



17
18
19
# File 'lib/bitcoin.rb', line 17

def Bitcoin(user, pass, options = {})
  ::Bitcoin::Client.new(user, pass, options)
end