autoload Pathname

This commit is contained in:
Jeremy Kemper
2009-04-07 20:52:57 -07:00
parent 4a5f89fa64
commit f093088433

View File

@@ -1 +1,5 @@
require 'active_support/core_ext/pathname/clean_within'
if defined? Pathname
require 'active_support/core_ext/pathname/clean_within'
else
autoload :Pathname, 'active_support/core_ext/pathname/clean_within'
end