Sha256: 137a1dda9b3b9c009664e98960a6b3237a99752c5f3552ff38c33bfa8ac5258b

Contents?: true

Size: 354 Bytes

Versions: 6

Compression:

Stored size: 354 Bytes

Contents

# Lte

Less than or equal to

## Signature

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

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

## Description

This predicates checks whether a value (`left`) is less 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/lte.txt
alf-shell-0.16.3 doc/txt/lte.txt
alf-shell-0.16.2 doc/txt/lte.txt
alf-shell-0.16.1 doc/txt/lte.txt
alf-shell-0.16.0 doc/txt/lte.txt
alf-shell-0.15.0 doc/txt/lte.txt