class Suppository::HelpCommand
Public Class Methods
new(_)
click to toggle source
# File lib/suppository/help_command.rb, line 7 def initialize(_); end
Public Instance Methods
run()
click to toggle source
# File lib/suppository/help_command.rb, line 9 def run puts Suppository.help end