# File lib/hashery/sparsearray.rb, line 338
  def last
    self[self.length-1]
  end