Sha256: 086a0e9ea6743365ffdf2837fe6dc713ad727ea38926fab6c54a7919fe7030c6
Contents?: true
Size: 454 Bytes
Versions: 3
Compression:
Stored size: 454 Bytes
Contents
.TH Gte .PP Greater than or equal to .SH Signature .PP .RS .nf gte(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate .fi .RE .SH Examples .PP .RS .nf gte(:status, 20) .fi .RE .PP .RS .nf gte(:status, 30) .fi .RE .SH Description .PP This predicates checks whether a value (\fB\fCleft\fR) is greater than or equal to another one (\fB\fCright\fR). .SH Implementation notes .PP This predicate is equivalent to \fB\fC\->(t){ _left_ >= _right_ }\fR\&.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alf-shell-0.16.3 | doc/man/gte.man |
alf-shell-0.16.2 | doc/man/gte.man |
alf-shell-0.16.1 | doc/man/gte.man |