Parent

Class/Module Index [+]

Quicksearch

ActiveSupport::SafeBuffer

Public Instance Methods

+(other) click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 65
def +(other)
  dup.concat(other)
end
html_safe() click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 73
def html_safe
  self
end
html_safe?() click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 69
def html_safe?
  true
end
to_s() click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 77
def to_s
  self
end
to_yaml(*args) click to toggle source
# File lib/active_support/core_ext/string/output_safety.rb, line 81
def to_yaml(*args)
  to_str.to_yaml(*args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.