Represents an instance of a Reek application. This is the entry point for all invocations of Reek from the command line.
# File lib/reek/cli/application.rb, line 22 def execute begin cmd = @options.parse cmd.execute(self) rescue Exception => error $stderr.puts "Error: #{error}" @status = STATUS_ERROR end return @status end
# File lib/reek/cli/application.rb, line 33 def output(text) print text end
Generated with the Darkfish Rdoc Generator 2.