class String

Public Instance Methods

html_safe() click to toggle source
# File lib/padrino/core_ext/output_safety.rb, line 9
def html_safe
  SafeBuffer.new(self)
end