Class: CliToolExample
- Inherits:
-
Object
- Object
- CliToolExample
- Defined in:
- lib/cli_tool_example.rb
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
2 3 4 |
# File 'lib/cli_tool_example.rb', line 2 def hello puts "Hello world!" end |