Method: Yap::World#shell_commands

Defined in:
lib/yap/world.rb

#shell_commandsObject



88
89
90
# File 'lib/yap/world.rb', line 88

def shell_commands
  Yap::Shell::ShellCommand.registered_functions.keys.map(&:to_s)
end