Class: HTMLHelpers::PreText

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

Constant Summary

Constants inherited from String

String::Converters

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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