Class: Transdeps::SpecListFactory
- Inherits:
-
Object
- Object
- Transdeps::SpecListFactory
- Defined in:
- lib/transdeps/spec_list_factory.rb
Instance Method Summary collapse
Instance Method Details
#call(dir) ⇒ Object
4 5 6 |
# File 'lib/transdeps/spec_list_factory.rb', line 4 def call(dir) SpecList.new(dir + 'Gemfile.lock', File.read(dir + 'Gemfile.lock')) end |