lib/roxml/extensions/active_support.rb in Empact-roxml-2.4.0 vs lib/roxml/extensions/active_support.rb in Empact-roxml-2.4.1

- old
+ new

@@ -19,12 +19,9 @@ class String # This conflicts with builder, unless builder is required first, which we don't want to force on people undef_method :to_xs if method_defined?(:to_xs) end -require 'extensions/enumerable' -require 'extensions/array' - class Module #:nodoc: include ActiveSupport::CoreExtensions::Module if ActiveSupport::CoreExtensions.const_defined? :Module end class Hash #:nodoc: \ No newline at end of file