Sha256: 6bb510376086a1ddb3723d1ef1abde50a5360bc08fdf4d8b90dbe92232ecd6d9
Contents?: true
Size: 325 Bytes
Versions: 6
Compression:
Stored size: 325 Bytes
Contents
# Neq Not equal to ## Signature neq(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate ## Examples neq(:city, 'London') neq(:supplier_city, :part_city) ## Description This predicates checks whether two values are different. ## Implementation notes This predicate is equivalent to `->(t){ _left_ != _right_ }`.
Version data entries
6 entries across 6 versions & 1 rubygems