Method: Yap::World#shell_commands
- Defined in:
- lib/yap/world.rb
#shell_commands ⇒ Object
88 89 90 |
# File 'lib/yap/world.rb', line 88 def shell_commands Yap::Shell::ShellCommand.registered_functions.keys.map(&:to_s) end |
88 89 90 |
# File 'lib/yap/world.rb', line 88 def shell_commands Yap::Shell::ShellCommand.registered_functions.keys.map(&:to_s) end |