]> git.r.bdr.sh - rbdr/lyricli.rb/blobdiff - lib/lyricli/sources/rdio.rb
Finish first wave of documentation.
[rbdr/lyricli.rb] / lib / lyricli / sources / rdio.rb
index 40884b7cb78e278e68a3fc79df2e31b32ae9cd80..d34795f512876d04b9c92641a7228f7278cb4c70 100644 (file)
@@ -1,5 +1,7 @@
 module Lyricli
   module Sources
+
+    # This is the Source for rdio
     class Rdio
 
       class << self
@@ -32,6 +34,7 @@ module Lyricli
 
       # The current_track method should return the name of the current
       # artist and song.
+      #
       # @return [Hash] A hash containing the current `:song` and `:artist`.
       def current_track
         response = @rdio.call('currentUser', {'extras' => 'lastSongPlayed'})