Method: MPD::Plugins::Reflection#commands
- Defined in:
- lib/ruby-mpd/plugins/reflection.rb
#commands ⇒ Array<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 |