Class: Supermodel::Cli
- Inherits:
-
Object
- Object
- Supermodel::Cli
- Defined in:
- lib/supermodel/cli.rb,
lib/supermodel/cli/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
Instance Method Details
#say_hello ⇒ Object
5 6 7 |
# File 'lib/supermodel/cli.rb', line 5 def say_hello puts 'This is zerp. Coming in loud and clear. Over.' end |