Class: Pronto::Formatter::Base
- Inherits:
-
Object
- Object
- Pronto::Formatter::Base
- Defined in:
- lib/pronto/formatter/base.rb
Direct Known Subclasses
CheckstyleFormatter, GitFormatter, GithubCombinedStatusFormatter, GithubStatusFormatter, JsonFormatter, NullFormatter, TextFormatter
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.name ⇒ Object
4 5 6 |
# File 'lib/pronto/formatter/base.rb', line 4 def self.name raise NoMethodError, 'Must be implemented in subclasses.' end |