ruby-changes:44601
From: a_matsuda <ko1@a...>
Date: Tue, 8 Nov 2016 20:57:05 +0900 (JST)
Subject: [ruby-changes:44601] a_matsuda:r56674 (trunk): Update comment about default constant
a_matsuda 2016-11-08 20:57:00 +0900 (Tue, 08 Nov 2016) New Revision: 56674 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56674 Log: Update comment about default constant Patch by: Dave Takahashi <dtcello@g...> (@dtakahas) Signed-off-by: Akira Matsuda <ronnie@d...> closes #1151 Modified files: trunk/lib/uri/common.rb Index: lib/uri/common.rb =================================================================== --- lib/uri/common.rb (revision 56673) +++ lib/uri/common.rb (revision 56674) @@ -74,7 +74,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L74 # String to replaces in. # +unsafe+:: # Regexp that matches all symbols that must be replaced with codes. - # By default uses <tt>REGEXP::UNSAFE</tt>. + # By default uses <tt>UNSAFE</tt>. # When this argument is a String, it represents a character set. # # == Description -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/