class Rubycritic::Command::Help

def execute

def execute
  puts @help_text
end

def initialize(help_text)

def initialize(help_text)
  @help_text = help_text
end