# File lib/ruote/util/misc.rb, line 229
  def self.pps(o, w=79)

    PP.pp(o, StringIO.new, w).string
  end