Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
must
v0.2.0
Must
Any
Cast
CastError
Error
Match
MatchError
ObjectExtensions
Rule
TypeError
Object
Built with Crystal 1.9.2
2023-10-08 13:44:42 UTC
module
Must::Any
Extended Modules
Must::Any
Defined in:
must/any.cr
Instance Method Summary
#any
(value : T, name : String | Nil =
nil
) : T forall T
#any?
(value : Nil) : Bool
#any?
(value) : Bool
Instance Method Detail
def
any
(value : T, name : String | Nil =
nil
) : T forall T
#
[
View source
]
def
any?
(value : Nil) : Bool
#
[
View source
]
def
any?
(value) : Bool
#
[
View source
]