Class: Bundler::LockfileParser

Inherits:
Object
  • Object
show all
Defined in:
sig/shims/bundler.rbs

Instance Method Summary collapse

Constructor Details

#initializeLockfileParser

Returns a new instance of LockfileParser.

Parameters:

  • (String)


6
# File 'sig/shims/bundler.rbs', line 6

def initialize: (String) -> void

Instance Method Details

#specsArray[LazySpecification]

Returns:



8
# File 'sig/shims/bundler.rbs', line 8

def specs: () -> Array[LazySpecification]