frozen_string_literal: false
Represents an installed gem. This is used for dependency resolution.
Methods
- #
-
- D
-
Instance Public methods
Installed sources sort before all other
sources
Source:
show
| on GitHub
def <=> other
case other
when Gem::Source::Git,
Gem::Source::Lock,
Gem::Source::Vendor then
-1
when Gem::Source::Installed then
0
when Gem::Source then
1
else
nil
end
end
download(spec, path)
Link
We don't need to download an installed gem