# File lib/scruffy/helpers/point_container.rb, line 65
      def size
        maximum_key - minimum_key + 1
      end