mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 10:33:58 +02:00
Merge RubyGems-3.1.7
This commit is contained in:
parent
cc51cfabfd
commit
6673b60f3d
6 changed files with 12 additions and 5 deletions
|
@ -128,7 +128,7 @@ module Gem::Resolver::Molinillo
|
|||
|
||||
# Is there a path from `self` to `other` following edges in the
|
||||
# dependency graph?
|
||||
# @return true iff there is a path following edges within this {#graph}
|
||||
# @return whether there is a path following edges within this {#graph}
|
||||
def path_to?(other)
|
||||
_path_to?(other)
|
||||
end
|
||||
|
|
|
@ -34,7 +34,7 @@ module Gem::Resolver::Molinillo
|
|||
|
||||
# An error caused by attempting to fulfil a dependency that was circular
|
||||
#
|
||||
# @note This exception will be thrown iff a {Vertex} is added to a
|
||||
# @note This exception will be thrown if and only if a {Vertex} is added to a
|
||||
# {DependencyGraph} that has a {DependencyGraph::Vertex#path_to?} an
|
||||
# existing {DependencyGraph::Vertex}
|
||||
class CircularDependencyError < ResolverError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue