class Weitest::MyCLI

Public Instance Methods

action1() click to toggle source
# File lib/weitest.rb, line 9
def action1
  puts "hahaha"
end
action2() click to toggle source
# File lib/weitest.rb, line 14
def action2
  puts "hehehe"
end