Class: HTMLHelpers::PreText
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
150 151 152 153 154 |
# File 'lib/mill/html_helpers.rb', line 150 def to_html html_fragment do |html| html.pre(self) end end |
150 151 152 153 154 |
# File 'lib/mill/html_helpers.rb', line 150 def to_html html_fragment do |html| html.pre(self) end end |