# File lib/mega/harray.rb, line 337
  def pop
    self.delete_at(self.length-1)
  end