# File lib/hashery/sparsearray.rb, line 509
  def sort!
    raise "SparseArray does not currently support sorting with blocks" if block_given?
    qsort(self,0,self.length-1)
  end