Module: Cmdlet::Comparison

Defined in:
lib/cmdlet/comparison/eq.rb,
lib/cmdlet/comparison/gt.rb,
lib/cmdlet/comparison/lt.rb,
lib/cmdlet/comparison/ne.rb,
lib/cmdlet/comparison/or.rb,
lib/cmdlet/comparison/and.rb,
lib/cmdlet/comparison/gte.rb,
lib/cmdlet/comparison/lte.rb,
lib/cmdlet/comparison/default.rb

Overview

Comparison helpers, eg. or, and, equal, not equal, less than, greater than etc.

Defined Under Namespace

Classes: And, Default, Eq, Gt, Gte, Lt, Lte, Ne, Or