be

Undocumented in source. Be warned that the author may not have intended to support it.
T
be
(
T
)
(
T sh
)

Examples

1.should.be == 1;
1.should.not.be == 2;
1.should.be in [1, 2, 3];
4.should.not.be in [1, 2, 3];

Meta