Return the Specification that listed the dependency
Is this dependency a development dependency?
Errors encountered while resolving gems
The version of the gem for this specification.
Make sure the trust directory exists. If it does exist, make sure it’s actually a directory. If not, then create it with the appropriate permissions.
We don’t need to download an installed gem
$foo, = bar ^^^^
foo, = bar ^^^
Visit the targets of a multi-target node.
Like Enumerable#filter_map
, but chains operation to be lazy-evaluated.
(1..).lazy.filter_map { |i| i * 2 if i.even? }.first(5) #=> [4, 8, 12, 16, 20]
Like Enumerable#slice_after
, but chains operation to be lazy-evaluated.