Class: Pronto::Formatter::NullFormatter
- Defined in:
- lib/pronto/formatter/null_formatter.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
Class Method Details
.name ⇒ Object
4 5 6 |
# File 'lib/pronto/formatter/null_formatter.rb', line 4 def self.name 'null' end |
Instance Method Details
#format(_messages, _repo, _patches) ⇒ Object
8 |
# File 'lib/pronto/formatter/null_formatter.rb', line 8 def format(, _repo, _patches); end |