class Tiridu::CLI
Public Instance Methods
do_something(name)
click to toggle source
# File lib/tiridu/cli.rb, line 9 def do_something(name) puts "TODO do something with: #{name}" end
# File lib/tiridu/cli.rb, line 9 def do_something(name) puts "TODO do something with: #{name}" end