# File lib/hashery/sparsearray.rb, line 80
  def <<(e)
    set(length,e)
    self
  end