Class: Superbot::CLI::RecordCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::CLI::RecordCommand
- Defined in:
- lib/superbot/cli/record_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/superbot/cli/record_command.rb', line 8 def execute open_superside puts "Press [enter] to exit" $stdin.gets end |