Skip to content

Commit

Permalink
remove unnecessary object/conversions file
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Oct 2, 2012
1 parent 0d41d69 commit ae9b3d7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
7 changes: 2 additions & 5 deletions activesupport/lib/active_support/core_ext/object.rb
@@ -1,14 +1,11 @@
require 'active_support/core_ext/object/acts_like'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/duplicable'
require 'active_support/core_ext/object/deep_dup'
require 'active_support/core_ext/object/try'
require 'active_support/core_ext/object/duplicable'
require 'active_support/core_ext/object/inclusion'

require 'active_support/core_ext/object/conversions'
require 'active_support/core_ext/object/instance_variables'

require 'active_support/core_ext/object/to_json'
require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/object/try'
require 'active_support/core_ext/object/with_options'

This file was deleted.

1 change: 0 additions & 1 deletion activesupport/test/core_ext/array_ext_test.rb
@@ -1,7 +1,6 @@
require 'abstract_unit'
require 'active_support/core_ext/array'
require 'active_support/core_ext/big_decimal'
require 'active_support/core_ext/object/conversions'

require 'active_support/core_ext' # FIXME: pulling in all to_xml extensions
require 'active_support/hash_with_indifferent_access'
Expand Down
1 change: 0 additions & 1 deletion activesupport/test/core_ext/hash_ext_test.rb
Expand Up @@ -3,7 +3,6 @@
require 'bigdecimal'
require 'active_support/core_ext/string/access'
require 'active_support/ordered_hash'
require 'active_support/core_ext/object/conversions'
require 'active_support/core_ext/object/deep_dup'
require 'active_support/inflections'

Expand Down

0 comments on commit ae9b3d7

Please sign in to comment.