Class: Bundler::LockfileParser
- Inherits:
-
Object
- Object
- Bundler::LockfileParser
- Defined in:
- sig/shims/bundler.rbs
Instance Method Summary collapse
-
#initialize ⇒ LockfileParser
constructor
A new instance of LockfileParser.
- #specs ⇒ Array[LazySpecification]
Constructor Details
#initialize ⇒ LockfileParser
Returns a new instance of LockfileParser.
3 |
# File 'sig/shims/bundler.rbs', line 3
def initialize: (String) -> void
|
Instance Method Details
#specs ⇒ Array[LazySpecification]
5 |
# File 'sig/shims/bundler.rbs', line 5
def specs: () -> Array[LazySpecification]
|