Module: Eclair::LessViewer
Defined Under Namespace
Classes: ColorPP
Instance Method Summary collapse
Instance Method Details
#show(obj) ⇒ Object
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 |