Module: NokogiriPretty
- Included in:
- Nokogiri::XML::Node
- Defined in:
- lib/nokogiri-pretty.rb
Constant Summary collapse
- XSL =
Nokogiri::XSLT(File.open(template))
Instance Method Summary collapse
Instance Method Details
#human ⇒ Object
7 8 9 |
# File 'lib/nokogiri-pretty.rb', line 7 def human XSL.apply_to self end |