Sha256: 869b94365ef311859102ff121b9dfda05a94449343d2558ad3148f9db004becf
Contents?: true
Size: 425 Bytes
Versions: 3
Compression:
Stored size: 425 Bytes
Contents
.TH Gt .PP Greater than .SH Signature .PP .RS .nf gt(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate .fi .RE .SH Examples .PP .RS .nf gt(:status, 20) .fi .RE .PP .RS .nf gt(:status, 30) .fi .RE .SH Description .PP This predicates checks whether a value (\fB\fCleft\fR) is greater than 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/gt.man |
alf-shell-0.16.2 | doc/man/gt.man |
alf-shell-0.16.1 | doc/man/gt.man |