Project

General

Profile

Bug #1652 ยป pathname.patch

patch adding the ( ) around yield's params in #270 - RobertDober (Robert Dober), 06/18/2009 05:52 PM

View differences:

pathname.rb 2009-06-18 10:47:27.000000000 +0200
ensure
Thread.current[:pathname_sub_matchdata] = old
end
yield *args
yield( *args )
}
else
path = @path.sub(pattern, *rest)
    (1-1/1)