ruby--ruby/lib/cgi
naruse ba22341854 * lib/cgi/html.rb: Use << instead of +=.
`a += b` is syntax sugar of `a = a + b`; it creates a new string
  object. `a << b` is concatenation and doesn't create new object.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-07-25 00:29:30 +00:00
..
session
cookie.rb
core.rb
html.rb * lib/cgi/html.rb: Use << instead of +=. 2012-07-25 00:29:30 +00:00
session.rb
util.rb