# File lib/gruff/base.rb, line 829 def less_than_min?(data_point, index=0) data_point < @minimum_value end