Class: Gempage::GemfileProcessor

Inherits:
Object
  • Object
show all
Defined in:
lib/gempage/gemfile_processor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_listObject (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