module ContinuousComparison

Constants

VERSION

Public Instance Methods

<(other) click to toggle source
Calls superclass method
# File lib/continuous_comparison.rb, line 5
def  <(other); super && other; end
<=(other) click to toggle source
Calls superclass method
# File lib/continuous_comparison.rb, line 6
def <=(other); super && other; end
>(other) click to toggle source
Calls superclass method
# File lib/continuous_comparison.rb, line 7
def  >(other); super && other; end
>=(other) click to toggle source
Calls superclass method
# File lib/continuous_comparison.rb, line 8
def >=(other); super && other; end