# File lib/hashery/sparsearray.rb, line 370
  def push(*e)
    self.concat(e)
  end