# File lib/active_support/core_ext/string/output_safety.rb, line 65 def +(other) dup.concat(other) end
# File lib/active_support/core_ext/string/output_safety.rb, line 73 def html_safe self end
# File lib/active_support/core_ext/string/output_safety.rb, line 69 def html_safe? true end
Generated with the Darkfish Rdoc Generator 2.