Class: RubyAPI::Cli::Main

Inherits:
Thor
  • Object
show all
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(message = 'World')
  puts "Hello #{message}"
end