Class: Packwerk::FileProcessor::UnknownFileTypeResult
- Extended by:
- T::Sig
- Defined in:
- lib/packwerk/file_processor.rb
Instance Attribute Summary
Attributes inherited from Offense
Instance Method Summary collapse
-
#initialize(file:) ⇒ UnknownFileTypeResult
constructor
A new instance of UnknownFileTypeResult.
Methods inherited from Offense
Constructor Details
#initialize(file:) ⇒ UnknownFileTypeResult
Returns a new instance of UnknownFileTypeResult.
14 15 16 |
# File 'lib/packwerk/file_processor.rb', line 14 def initialize(file:) super(file: file, message: "unknown file type") end |