Class: Gempage::GemfileProcessor
- Inherits:
-
Object
- Object
- Gempage::GemfileProcessor
- Defined in:
- lib/gempage/gemfile_processor.rb
Instance Attribute Summary collapse
-
#gem_list ⇒ Object
readonly
Returns the value of attribute gem_list.
Instance Method Summary collapse
-
#initialize(gemfile_path) ⇒ GemfileProcessor
constructor
A new instance of GemfileProcessor.
Constructor Details
#initialize(gemfile_path) ⇒ GemfileProcessor
Returns a new instance of GemfileProcessor.
7 8 9 10 |
# File 'lib/gempage/gemfile_processor.rb', line 7 def initialize(gemfile_path) @gemfile_path = gemfile_path @gem_list = gem_list end |
Instance Attribute Details
#gem_list ⇒ Object (readonly)
Returns the value of attribute gem_list.
5 6 7 |
# File 'lib/gempage/gemfile_processor.rb', line 5 def gem_list @gem_list end |