# File lib/core/facets/array/pull.rb, line 26
  def poke(x, i=0)
    insert(i,x)
  end