I wrote a web crawler in Ruby and I\'m using Nokogiri::HTML to parse the page. I need to print the page out and while messing around in IRB I noticed a pr
Nokogiri::HTML
pr
why don't you try the pp method?
pp
require 'pp' pp some_var