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]
16 |
# File 'sig/shims/bundler.rbs', line 16
def dependencies: () -> Array[Gem::Dependency]
|
#name ⇒ String
12 |
# File 'sig/shims/bundler.rbs', line 12
def name: () -> String
|
#version ⇒ String
14 |
# File 'sig/shims/bundler.rbs', line 14
def version: () -> String
|