Class: Labyrinths::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/labyrinths.rb

Overview

CLI driver for the Labyrinths gem.

Instance Method Summary collapse

Instance Method Details

#hello(name) ⇒ Object



10
11
12
# File 'lib/labyrinths.rb', line 10

def hello(name)
  puts "Hello #{options[:capitalise] ? name.capitalize : name}!"
end