Class: FBomb::Command::Table

Inherits:
Map
  • Object
show all
Defined in:
lib/fbomb/command.rb

Instance Method Summary collapse

Instance Method Details

#helpObject



6
7
8
9
10
11
12
13
14
# File 'lib/fbomb/command.rb', line 6

def help
  map = Map.new

  each do |key, command|
    map[key] = command.description
  end

  map
end