Shards::Resolver
Constructors
Class methods
clear_resolver_cache
Sourceregister_resolver(key, resolver)
SourceInstance methods
==(other : Resolver)
Sourceavailable_releases
Sourcelatest_version_for_ref(ref : Ref | Nil) : Version
Sourcematches_ref?(ref : Ref, version : Version)
Sourcename
Sourcesource
Sourceto_s(io : IO)
Appends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>
update_local_cache
Sourceyaml_source_entry
Source