# File lib/scruffy/helpers/point_container.rb, line 14
    def sortable_values
      values.find_all { |v| v.respond_to? :<=> }
    end