Class: Gemfilelint::Offenses::InvalidGemfile
- Inherits:
-
Struct
- Object
- Struct
- Gemfilelint::Offenses::InvalidGemfile
- 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
37 38 39 |
# File 'lib/gemfilelint.rb', line 37 def path @path end |
Instance Method Details
#to_s ⇒ Object
38 39 40 |
# File 'lib/gemfilelint.rb', line 38 def to_s "Gemfile at \"#{path}\" is invalid." end |