Module: Rd
- Defined in:
- lib/rdio.rb
Overview
Silly syntax so you can say Rd::io.<method>
Class Method Summary collapse
-
.io ⇒ Object
Returns the shared Rdio::Api instance from Rdio::api.
Class Method Details
.io ⇒ Object
Returns the shared Rdio::Api instance from Rdio::api
113 114 115 |
# File 'lib/rdio.rb', line 113 def self.io Rdio::api end |