summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 10:21:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 10:21:14 +0000
commit120ab4b826c901c642fb93c06fa7ed728cb84270 (patch)
treecd1b76b2adcb4234b02fd18dfd5affc1e0361b1c /lib
parent3060c7438d99e23ee0f2e35275dce45d4684d9be (diff)
* lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.
[ruby-core:19690] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20629 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 1bc0063bb0..86f0f54800 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.
#