Class: RubyAPI::Cli::Main
- Inherits:
-
Thor
- Object
- Thor
- RubyAPI::Cli::Main
- Defined in:
- lib/ruby_api/cli/main.rb
Overview
RubyAPI Main CLI command
Instance Method Summary collapse
Instance Method Details
#hello(message = 'World') ⇒ Object
8 9 10 |
# File 'lib/ruby_api/cli/main.rb', line 8 def hello( = 'World') puts "Hello #{message}" end |