Class: Weitest::MyCLI
- Inherits:
-
Thor
- Object
- Thor
- Weitest::MyCLI
- Defined in:
- lib/weitest.rb
Instance Method Summary collapse
Instance Method Details
#action1 ⇒ Object
9 10 11 |
# File 'lib/weitest.rb', line 9 def action1 puts "hahaha" end |
#action2 ⇒ Object
14 15 16 |
# File 'lib/weitest.rb', line 14 def action2 puts "hehehe" end |