Class: Tmptest::MyCLI

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

Instance Method Summary collapse

Instance Method Details

#action1Object



10
11
12
# File 'lib/tmptest.rb', line 10

def action1
  puts "hahaha"
end

#action2Object



16
17
18
# File 'lib/tmptest.rb', line 16

def action2
  puts "hehehe"
end