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