# File lib/ramaze/snippets/object/pretty.rb, line 6
      def pretty s = ''
        PP.pp(self, s)
        s
      end