# File lib/hashery/sparsearray.rb, line 362
  def pop
    self.delete_at(self.length-1)
  end