Method: Pantry#client_commands

Defined in:
lib/pantry.rb

#client_commandsObject

Return the list of known Client command classes



125
126
127
# File 'lib/pantry.rb', line 125

def client_commands
  @client_commands ||= []
end