class RubyCritic::Command::Base

def execute

def execute
  raise NotImplementedError
end

def initialize(options)

def initialize(options)
  @options = options
  @status_reporter = RubyCritic::Command::StatusReporter.new(@options)
end