Parent

Class/Module Index [+]

Quicksearch

String

Public Instance Methods

as_str() click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 90
def as_str
  self
end
html_safe() click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 94
def html_safe
  ActiveSupport::SafeBuffer.new(self)
end
html_safe?() click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 98
def html_safe?
  false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.