Class: Degem::ParseGemfile
- Inherits:
-
Object
- Object
- Degem::ParseGemfile
- Defined in:
- lib/degem/parse_gemfile.rb
Instance Method Summary collapse
- #call(gemfile_path) ⇒ Object
-
#initialize(gem_specification = Gem::Specification) ⇒ ParseGemfile
constructor
A new instance of ParseGemfile.
Constructor Details
#initialize(gem_specification = Gem::Specification) ⇒ ParseGemfile
Returns a new instance of ParseGemfile.
5 6 7 |
# File 'lib/degem/parse_gemfile.rb', line 5 def initialize(gem_specification = Gem::Specification) @gem_specification = gem_specification end |