Class: Pronto::Formatter::NullFormatter

Inherits:
Base
  • Object
show all
Defined in:
lib/pronto/formatter/null_formatter.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#config

Class Method Details

.nameObject



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(_messages, _repo, _patches); end