Class: Secondbureau::CommandLine
- Inherits:
-
Thor
- Object
- Thor
- Secondbureau::CommandLine
- Defined in:
- lib/secondbureau/command_line.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
6 7 8 |
# File 'lib/secondbureau/command_line.rb', line 6 def start puts "start #{.inspect}" end |
#stop ⇒ Object
12 13 14 |
# File 'lib/secondbureau/command_line.rb', line 12 def stop puts "stop" end |