Method: MPD#stats

Defined in:
lib/librmpd.rb

#statsObject

Returns a Hash of MPD’s stats, Raises a RuntimeError if the command failed



923
924
925
926
# File 'lib/librmpd.rb', line 923

def stats
  response = send_command 'stats'
  build_hash response
end