class MPD::Commands::CurrentSong

Current song info as hash

Public Instance Methods

execute() click to toggle source
Calls superclass method MPD::Commands::Abstract#execute
# File lib/mpd/commands/current_song.rb, line 9
def execute
  super('currentsong').to_h
end