Class: String

Inherits:
Object show all
Defined in:
lib/active_support/refinements/core_ext/string/output_safety.rb

Direct Known Subclasses

ActiveSupport::SafeBuffer

Instance Method Summary collapse

Instance Method Details

#html_safeObject



191
192
193
# File 'lib/active_support/refinements/core_ext/string/output_safety.rb', line 191

def html_safe
  ActiveSupport::SafeBuffer.new(self)
end