# File lib/scruffy/layers/base.rb, line 103
    def top_value
      @relevant_data ? points.sort.last : nil
    end