Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/mill/html_helpers.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
160 161 162 |
# File 'lib/mill/html_helpers.rb', line 160 def to_html Nokogiri::HTML::DocumentFragment.parse(RubyPants.new(self).to_html).to_html end |