Class: Suppository::HelpCommand

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

Instance Method Summary collapse

Constructor Details

#initialize(_) ⇒ HelpCommand



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

def initialize(_); end

Instance Method Details

#runObject



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

def run
  puts Suppository.help
end