Explicitly require pathname core extension

This commit is contained in:
Jeremy Kemper
2009-03-21 03:59:35 -07:00
parent c43dec888a
commit 051bab5bd2

View File

@@ -1,3 +1,5 @@
require 'active_support/core_ext/pathname'
module ActiveSupport
FrozenObjectError = RUBY_VERSION < '1.9' ? TypeError : RuntimeError
end