# File lib/core/facets/array/pull.rb, line 14
  def peek(i=0)
    i = -(i + 1)
    fetch(i)
  end