Sha256: 669d356b7be4c4aea450d219a9160a50478a5b650992b74f0f1c3c3cfdb8c670

Contents?: true

Size: 132 Bytes

Versions: 2

Compression:

Stored size: 132 Bytes

Contents

module Pronto
  module Formatter
    class NullFormatter < Base
      def format(_messages, _repo, _patches); end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pronto-0.11.1 lib/pronto/formatter/null_formatter.rb
pronto-0.11.0 lib/pronto/formatter/null_formatter.rb