-
- Downloads
Performance fix for Pathname#chop_basename
This is an internal method, but is called a bunch of times in performance-critical codepaths, and is ultra slow because the constant is interpoplated into the Regexp each time the method is called. Alas, this has been fixed in Ruby 1.9+.
Loading
Please register or sign in to comment