summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 01:02:59 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 01:02:59 +0000
commit0d80a1ef1ccb96414353b811e60b7948fbf10837 (patch)
treed237078b0f5a4f1c5dd0693068e60b648fca324d /lib
parentf4177b7e8c22015f1b4d7170d0048c924ed70aa4 (diff)
merges r20629 from trunk into ruby_1_9_1.
* lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb. [ruby-core:19690] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/pathname.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pathname.rb b/lib/pathname.rb
index 1bc0063bb..86f0f5480 100644
--- a/lib/pathname.rb
+++ b/lib/pathname.rb
@@ -1063,6 +1063,10 @@ class Pathname # * mixed *
end
end
+class Pathname
+ undef =~
+end
+
module Kernel
# create a pathname object.
#