Class: Bundler::LazySpecification
- Inherits:
-
Object
- Object
- Bundler::LazySpecification
- Defined in:
- sig/shims/bundler.rbs
Instance Method Summary collapse
Instance Method Details
#dependencies ⇒ Array[Gem::Dependency]
13 |
# File 'sig/shims/bundler.rbs', line 13
def dependencies: () -> Array[Gem::Dependency]
|
#name ⇒ String
9 |
# File 'sig/shims/bundler.rbs', line 9
def name: () -> String
|
#version ⇒ String
11 |
# File 'sig/shims/bundler.rbs', line 11
def version: () -> String
|