From 120ab4b826c901c642fb93c06fa7ed728cb84270 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 11 Dec 2008 10:21:14 +0000 Subject: * 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 --- lib/pathname.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/pathname.rb') 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. # -- cgit v1.2.3