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