class Shards::Package
- Shards::Package
- Reference
- Object
Defined in:
package.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #find_executable_file(install_path, name)
- #install
- #install_executables
- #install_path
- #installed?
- #is_override : Bool
- #name : String
- #postinstall
- #report_version
- #resolver : Resolver
- #run_script(name, skip)
- #spec
- #to_s(io)
- #to_yaml(builder)
- #version : Version
Constructor Detail
def self.new(name : String, resolver : Shards::Resolver, version : Shards::Version, is_override : Bool = false)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.