From: "James M. Lawrence" Date: 2008-11-04T15:12:31+09:00 Subject: [ruby-core:19690] [Feature #710] Pathname#=~ Feature #710: Pathname#=~ http://redmine.ruby-lang.org/issues/show/710 Author: James M. Lawrence Status: Open, Priority: Normal % ruby -r pathname -e 'p Pathname("foo") =~ /o/' nil % ruby -r ./lib/pathname.patched.rb -e 'p Pathname("foo") =~ /o/' 1 ---------------------------------------- http://redmine.ruby-lang.org