# File lib/core/facets/indexable.rb, line 212
  def ends
    return nil if size == 0
    size - 1
  end