aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-02 09:37:44 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-02 10:04:58 +0900
commit7bc224dda00133dcb72c531d3b46391a88f21062 (patch)
tree23a9f58470f66e290c7d794066dcd2ce6f728032 /activesupport/lib
parent5f638161f736fbc360e843d1edf8d550cbbc8b26 (diff)
downloadrails-7bc224dda00133dcb72c531d3b46391a88f21062.tar.gz
rails-7bc224dda00133dcb72c531d3b46391a88f21062.tar.bz2
rails-7bc224dda00133dcb72c531d3b46391a88f21062.zip
remove meaningless AS::FrozenObjectError
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/cache.rb1
-rw-r--r--activesupport/lib/active_support/core_ext/exception.rb3
2 files changed, 0 insertions, 4 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb
index fdec2de1d5..5a5548d567 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -3,7 +3,6 @@ require 'zlib'
require 'active_support/core_ext/array/extract_options'
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/benchmark'
-require 'active_support/core_ext/exception'
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/numeric/bytes'
require 'active_support/core_ext/numeric/time'
diff --git a/activesupport/lib/active_support/core_ext/exception.rb b/activesupport/lib/active_support/core_ext/exception.rb
deleted file mode 100644
index ba7757ea07..0000000000
--- a/activesupport/lib/active_support/core_ext/exception.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-module ActiveSupport
- FrozenObjectError = RuntimeError
-end