Class: Suppository::HelpCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/suppository/help_command.rb

Instance Method Summary collapse

Constructor Details

#initialize(_) ⇒ HelpCommand

Returns a new instance of HelpCommand.



6
7
# File 'lib/suppository/help_command.rb', line 6

def initialize(_)
end

Instance Method Details

#runObject



9
10
11
# File 'lib/suppository/help_command.rb', line 9

def run
  puts Suppository.help
end