class Dependency
- Dependency
- Reference
- Object
Defined in:
dependency.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #name : String
- #repo_ref : Repo::Ref | Nil
- #resolvable? : Bool
- #scope : Scope
- #spec : JSON::Any
- #version_reference
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.