class Therapy::Check(T)

Defined in:

therapy/check.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(check : Therapy::ParseContext(T, T) -> _) #

[View source]

Class Method Detail

def self.valid(error_msg : String, &block : T -> Bool) : Check(T) forall T #

[View source]

Instance Method Detail

def check(context : Therapy::ParseContext(T, T)) #

[View source]