Class: Weitest::MyCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/weitest.rb

Instance Method Summary collapse

Instance Method Details

#action1Object



9
10
11
# File 'lib/weitest.rb', line 9

def action1
  puts "hahaha"
end

#action2Object



14
15
16
# File 'lib/weitest.rb', line 14

def action2
  puts "hehehe"
end