Class: Bundler::LockfileParser
- Inherits:
-
Object
- Object
- Bundler::LockfileParser
- Defined in:
- lib/gel/compatibility/bundler.rb
Overview
This is only emulated for bin/spring: we really don’t want to try to actually reproduce Bundler’s API
Instance Method Summary collapse
-
#initialize(content) ⇒ LockfileParser
constructor
A new instance of LockfileParser.
- #specs ⇒ Object
Constructor Details
#initialize(content) ⇒ LockfileParser
Returns a new instance of LockfileParser.
25 26 |
# File 'lib/gel/compatibility/bundler.rb', line 25 def initialize(content) end |
Instance Method Details
#specs ⇒ Object
28 29 30 |
# File 'lib/gel/compatibility/bundler.rb', line 28 def specs [] end |