Class: Blondie::Linter
- Inherits:
-
Object
- Object
- Blondie::Linter
- Defined in:
- lib/blondie.rb
Instance Attribute Summary collapse
-
#gemfile_path ⇒ Object
readonly
Returns the value of attribute gemfile_path.
Instance Method Summary collapse
- #gems_with_extensions_list ⇒ Object
-
#initialize(path) ⇒ Linter
constructor
A new instance of Linter.
Constructor Details
#initialize(path) ⇒ Linter
Returns a new instance of Linter.
11 12 13 |
# File 'lib/blondie.rb', line 11 def initialize(path) @gemfile_path = path end |
Instance Attribute Details
#gemfile_path ⇒ Object (readonly)
Returns the value of attribute gemfile_path.
9 10 11 |
# File 'lib/blondie.rb', line 9 def gemfile_path @gemfile_path end |