Class: Gemfilelint::Parser::Invalid
- Inherits:
-
Struct
- Object
- Struct
- Gemfilelint::Parser::Invalid
- Defined in:
- lib/gemfilelint.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
90 91 92 |
# File 'lib/gemfilelint.rb', line 90 def path @path end |
Instance Method Details
#each_offense {|Offenses::InvalidGemfile.new(path)| ... } ⇒ Object
91 92 93 |
# File 'lib/gemfilelint.rb', line 91 def each_offense(**) yield Offenses::InvalidGemfile.new(path) end |