Class: Bundler::LockfileParser

Inherits:
Object
  • Object
show all
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

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

#specsObject



28
29
30
# File 'lib/gel/compatibility/bundler.rb', line 28

def specs
  []
end