class RubyCritic::Command::Help
Attributes
options[R]
status_reporter[R]
Public Instance Methods
execute()
click to toggle source
# File lib/rubycritic/commands/help.rb, line 8 def execute puts options[:help_text] status_reporter end