Sha256: 1b9b1c0ce9cdeba2721c70169547c4c8d71d14a1bdd1d38657f06b176e3d1363
Contents?: true
Size: 331 Bytes
Versions: 6
Compression:
Stored size: 331 Bytes
Contents
# Gt Greater than ## Signature gt(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate ## Examples gt(:status, 20) gt(:status, 30) ## Description This predicates checks whether a value (`left`) is greater than another one (`right`). ## Implementation notes This predicate is equivalent to `->(t){ _left_ > _right_ }`.
Version data entries
6 entries across 6 versions & 1 rubygems