Method: LilyPlaying::User#current

Defined in:
lib/lilyplaying/user.rb

#currentObject



11
12
13
# File 'lib/lilyplaying/user.rb', line 11

def current
  LilyPlaying::Current.new(@data["lastSongPlayed"])
end