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