class Tmptest::MyCLI
Public Instance Methods
action1()
click to toggle source
# File lib/tmptest.rb, line 10 def action1 puts "hahaha" end
action2()
click to toggle source
# File lib/tmptest.rb, line 16 def action2 puts "hehehe" end