Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/mill/html_helpers.rb

Direct Known Subclasses

HTMLHelpers::PreText

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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