Class: HTMLHelpers::PreText
Constant Summary
Constants inherited from String
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
127 128 129 130 131 |
# File 'lib/mill/html_helpers.rb', line 127 def to_html html_fragment do |html| html.pre(self) end end |