From: "Mario T. Lanza" Date: 2007-05-20T01:41:46+09:00 Subject: Re: PrettyPrint to a web page? Both of these work, thanks.
<%=h session.inspect %>
<%= PP.pp(session, String.new) %>
They both have their advantages. The first includes additional information I want and the second is easier to read. How would we merging the two results? -- Posted via http://www.ruby-forum.com/.