aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-12-17 10:56:27 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-12-17 10:56:27 -0500
commit9f4386c3627674c1fe57caba9c0185f01d0da341 (patch)
tree04dbaa7cb01c329bc0a8be51faff1520ce6fc9c3 /activesupport
parentd8607c1d7fa063873a570cace5bd4c4f55bb8af9 (diff)
downloadrails-9f4386c3627674c1fe57caba9c0185f01d0da341.tar.gz
rails-9f4386c3627674c1fe57caba9c0185f01d0da341.tar.bz2
rails-9f4386c3627674c1fe57caba9c0185f01d0da341.zip
fix AS::BasicObject :nodoc: [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/basic_object.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/basic_object.rb b/activesupport/lib/active_support/basic_object.rb
index d4d06b2aa4..91aac6db64 100644
--- a/activesupport/lib/active_support/basic_object.rb
+++ b/activesupport/lib/active_support/basic_object.rb
@@ -2,8 +2,7 @@ require 'active_support/deprecation'
require 'active_support/proxy_object'
module ActiveSupport
- # :nodoc:
- class BasicObject < ProxyObject
+ class BasicObject < ProxyObject # :nodoc:
def self.inherited(*)
::ActiveSupport::Deprecation.warn 'ActiveSupport::BasicObject is deprecated! Use ActiveSupport::ProxyObject instead.'
super