Sha256: 3bc858e5bef1a45e70d9dff4e352f783a8255d2717ecd54706122e0b4863cdd2

Contents?: true

Size: 324 Bytes

Versions: 20

Compression:

Stored size: 324 Bytes

Contents

# typed: strict
# frozen_string_literal: true

module Packwerk
  module OutputStyle
    extend T::Sig
    extend T::Helpers

    interface!

    sig { abstract.returns(String) }
    def reset; end

    sig { abstract.returns(String) }
    def filename; end

    sig { abstract.returns(String) }
    def error; end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
packwerk-3.2.2 lib/packwerk/output_style.rb
packwerk-3.2.1 lib/packwerk/output_style.rb
packwerk-3.2.0 lib/packwerk/output_style.rb
packwerk-3.1.0 lib/packwerk/output_style.rb
packwerk-3.0.1 lib/packwerk/output_style.rb
packwerk-3.0.0 lib/packwerk/output_style.rb
packwerk-2.3.0 lib/packwerk/output_style.rb
packwerk-2.2.2 lib/packwerk/output_style.rb
packwerk-2.2.1 lib/packwerk/output_style.rb
packwerk-2.2.0 lib/packwerk/output_style.rb
packwerk-2.1.1 lib/packwerk/output_style.rb
packwerk-2.1.0 lib/packwerk/output_style.rb
packwerk-2.0.0 lib/packwerk/output_style.rb
packwerk-1.4.0 lib/packwerk/output_style.rb
packwerk-1.3.2 lib/packwerk/output_style.rb
packwerk-1.3.1 lib/packwerk/output_style.rb
packwerk-1.3.0 lib/packwerk/output_style.rb
packwerk-1.2.0 lib/packwerk/output_style.rb
packwerk-1.1.3 lib/packwerk/output_style.rb
packwerk-1.1.2 lib/packwerk/output_style.rb