Class: String
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
permalink #html_safe ⇒ Object
[View source]
9 10 11 |
# File 'lib/padrino/core_ext/output_safety.rb', line 9 def html_safe SafeBuffer.new(self) end |