Sha256: 66b82afcec3e99751733dc463673d7b29b822acbcf5e27fd5470ed42c58327f2

Contents?: true

Size: 360 Bytes

Versions: 6

Compression:

Stored size: 360 Bytes

Contents

# Gte

Greater than or equal to

## Signature

gte(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate

## Examples
gte(:status, 20)
gte(:status, 30)

## Description

This predicates checks whether a value (`left`) is greater than or equal
to another one (`right`).

## Implementation notes

This predicate is equivalent to `->(t){ _left_ >= _right_ }`.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alf-shell-0.16.4 doc/txt/gte.txt
alf-shell-0.16.3 doc/txt/gte.txt
alf-shell-0.16.2 doc/txt/gte.txt
alf-shell-0.16.1 doc/txt/gte.txt
alf-shell-0.16.0 doc/txt/gte.txt
alf-shell-0.15.0 doc/txt/gte.txt