Class: Superbot::CLI::RecordCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/superbot/cli/record_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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