Class: HTMLHelpers::PreText
Constant Summary
Constants inherited from String
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
93 94 95 96 97 |
# File 'lib/mill/html_helpers.rb', line 93 def to_html html_fragment do |html| html.pre(self) end end |