Class: Laka::Sub

Inherits:
Command show all
Defined in:
lib/laka/sub.rb

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch, website

Instance Method Details

#goodbye(name = "you") ⇒ Object



7
8
9
10
# File 'lib/laka/sub.rb', line 7

def goodbye(name="you")
  puts "from: #{options[:from]}" if options[:from]
  puts "Goodbye #{name}"
end