Project

General

Profile

ActionsLike0

Feature #8648

closed

unuse special global variable in erb/cgi methods

Added by xibbar (Takeyuki FUJIOKA) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
[ruby-core:56054]

Description

reference [Bug #8612]
the scope of regexp special global variable is changed from 2.0 to trunk.
I think better some methods should not use special global variable.


Related issues 1 (0 open1 closed)

Related to Ruby - Bug #8612: nil in ERB::Util.url_encodeRejectedxibbar (Takeyuki FUJIOKA)07/08/2013Actions

Added by Takeyuki FUJIOKA over 11 years ago

Revision 747b1a31

  • lib/erb.rb (ERB::Util#url_encode): Unuse regexp special global
    variable. [Feature #8648] Thanks to fotos.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

Added by Takeyuki FUJIOKA over 11 years ago

Revision fd2fc885

  • lib/cgi/util.rb (CGI::Util#escape, unescape): Unuse regexp special
    global variable. [Feature #8648] Thanks to fotos.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

ActionsLike0

Also available in: Atom PDF