# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/string/output_safety.rb, line 89 def +(other) dup.concat(other) end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/string/output_safety.rb, line 80 def concat(value) if value.html_safe? super(value) else super(ERB::Util.h(value)) end end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/string/output_safety.rb, line 97 def html_safe self end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/string/output_safety.rb, line 93 def html_safe? true end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/string/output_safety.rb, line 105 def to_param to_str end
Generated with the Darkfish Rdoc Generator 2.