class ShardsSpec::Dependency

Defined in:

shards_spec/dependency.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, config) #

[View source]
def self.new(name : String) #

[View source]
def self.new(pull : YAML::PullParser) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def fetch(*args, **options) #

[View source]
def fetch(*args, **options, &) #

[View source]
def inspect(io) #

[View source]
def keys(*args, **options) #

[View source]
def keys(*args, **options, &) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def params : Hash(String, String) #

[View source]
def params=(params : Hash(String, String)) #

[View source]
def path #

[View source]
def prerelease? #

[View source]
def refs #

[View source]
def to_human_requirement #

[View source]
def to_s(io) #

[View source]
def version #

[View source]
def version? #

[View source]