Object
A command to display usage information for this application.
# File lib/reek/cli/help_command.rb, line 9 def initialize(parser) @parser = parser end
# File lib/reek/cli/help_command.rb, line 12 def execute(view) view.output(@parser.to_s) view.report_success end
[Validate]
Generated with the Darkfish Rdoc Generator 2.