Class: Gemfilelint::Parser::Invalid

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemfilelint.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



95
96
97
# File 'lib/gemfilelint.rb', line 95

def path
  @path
end

Instance Method Details

#each_offense {|Offenses::InvalidGemfile.new(path)| ... } ⇒ Object



96
97
98
# File 'lib/gemfilelint.rb', line 96

def each_offense
  yield Offenses::InvalidGemfile.new(path)
end