Class: AxR::Formatters::Base
- Inherits:
-
Object
- Object
- AxR::Formatters::Base
- Defined in:
- lib/axr/formatters/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#single_file(_scanner, _file_path) ⇒ Object
10 11 12 |
# File 'lib/axr/formatters/base.rb', line 10 def single_file(_scanner, _file_path) raise NotImplementedError end |
#summary(_warnings) ⇒ Object
14 15 16 |
# File 'lib/axr/formatters/base.rb', line 14 def summary(_warnings) raise NotImplementedError end |