mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #8539 from frodsan/fix_as_basic_object
Add nodoc to AS::BasicObject [ci skip]
This commit is contained in:
commit
d551701b11
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue