class ShardsSpec::Spec

Defined in:

shards_spec.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_file(path, validate = false) #

[View source]
def self.from_yaml(input, filename = SPEC_FILENAME, validate = false) #

[View source]

Instance Method Detail

def authors #

[View source]
def crystal : String | Nil #

[View source]
def dependencies #

[View source]
def description : String | Nil #

[View source]
def development_dependencies #

[View source]
def executables #

[View source]
def libraries #

[View source]
def license : String | Nil #

[View source]
def license_url #

[View source]
def name : String | Nil #

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

[View source]
def name? : String | Nil | Nil #

[View source]
def scripts #

[View source]
def targets #

[View source]
def to_s(io) #

[View source]
def version : String | Nil #

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

[View source]
def version? : String | Nil | Nil #

[View source]