Module: Kernel
- Defined in:
- lib/pphtml.rb
Overview
Include the helper into the Kernel methods, like other pp methods are.
Class Method Summary collapse
Class Method Details
.pphtml(html) ⇒ Object
19 20 21 |
# File 'lib/pphtml.rb', line 19 def pphtml(html) PP.pphtml(html) end |