我正在尝试在 IRB 中重定向漂亮的打印输出,但 pp page >> results.txt 不起作用。如何将漂亮的打印重定向到文件?我正在使用 Windows 操作系统。
我的代码
require 'nokogiri'
require 'mechanize'
agent = Mechanize.new
agent.user_agent_alias = 'Windows Mozilla'
page = agent.get('http://www.asus.com/Search/')
pp page