struct Crotest::Context

Defined in:

crotest/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String | Nil, block : Proc(Void)) #

[View source]

Instance Method Detail

def block : Proc(Void) #

[View source]
def block=(block : Proc(Void)) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]