1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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 * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon. 2011-05-18 21:07:13 +00:00
core.rb Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org> 2012-07-04 04:42:32 +00:00
html.rb * lib/cgi/html.rb: Use << instead of +=. 2012-07-25 00:29:30 +00:00
session.rb * lib/cgi.rb: Add toplevel documentation to class CGI 2011-05-16 21:21:35 +00:00
util.rb Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org> 2012-07-17 23:04:46 +00:00