class CliToolExample
Public Instance Methods
hello()
click to toggle source
# File lib/cli_tool_example.rb, line 2 def hello puts "Hello world!" end
# File lib/cli_tool_example.rb, line 2 def hello puts "Hello world!" end