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



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