Method: Pebbles::Command::Help#index

Defined in:
lib/pebbles/command/help.rb

#indexObject



9
10
11
12
13
14
15
# File 'lib/pebbles/command/help.rb', line 9

def index
  if command = args.shift
    help_for_command(command)
  else
    help_for_root
  end
end