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