Class: Tmptest::MyCLI
- Inherits:
-
Thor
- Object
- Thor
- Tmptest::MyCLI
- Defined in:
- lib/tmptest.rb
Instance Method Summary collapse
Instance Method Details
#action1 ⇒ Object
10 11 12 |
# File 'lib/tmptest.rb', line 10 def action1 puts "hahaha" end |
#action2 ⇒ Object
16 17 18 |
# File 'lib/tmptest.rb', line 16 def action2 puts "hehehe" end |