Module: Comparable

Overview

Appears to be a modified version of the Ruby Comparable module which includes only a single method: between?

Instance Method Summary collapse

Instance Method Details

#between?(min, max) ⇒ Boolean



4
5
# File 'lib/comparable.rb', line 4

def between?(min, max)
end