Method: MPD::Plugins::Reflection#commands

Defined in:
lib/ruby-mpd/plugins/reflection.rb

#commandsArray<Symbol>

Shows which commands the current user has access to.



14
15
16
# File 'lib/ruby-mpd/plugins/reflection.rb', line 14

def commands
  send_command :commands
end