class AxR::Formatters::Base
Public Instance Methods
single_file(_scanner, _file_path)
click to toggle source
# File lib/axr/formatters/base.rb, line 10 def single_file(_scanner, _file_path) raise NotImplementedError end
summary(_warnings)
click to toggle source
# File lib/axr/formatters/base.rb, line 14 def summary(_warnings) raise NotImplementedError end