Sha256: a510c76b13e1dbcb28a95b7a47dedf520bfdc4b2f3b7f8eed58781eca2f0c6e5

Contents?: true

Size: 423 Bytes

Versions: 3

Compression:

Stored size: 423 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.4 doc/man/gt.man
alf-shell-0.16.0 doc/man/gt.man
alf-shell-0.15.0 doc/man/gt.man