Classes: ColorPP
18 19 20 21 22
# File 'lib/eclair/less_viewer.rb', line 18 def show obj IO.popen("less -R -C", "w") do |f| ColorPP.pp(obj, f) end end