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)


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

def initialize: (String) -> void

Instance Method Details

#specsArray[LazySpecification]

Returns:



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

def specs: () -> Array[LazySpecification]