Module: Comparable
- Included in:
- Sketchup::ComponentDefinition, Sketchup::Layer, Sketchup::Material
- Defined in:
- lib/comparable.rb
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
- (Boolean) between?(min, max)
4 5 |
# File 'lib/comparable.rb', line 4 def between?(min, max) end |