Sha256: 562e19fab3d3ca229b123a8d172f6b44a3a0c72cc423a8e06a9bc12fa1133b7d

Contents?: true

Size: 321 Bytes

Versions: 30

Compression:

Stored size: 321 Bytes

Contents

require 'active_support/deprecation'
require 'active_support/proxy_object'

module ActiveSupport
  class BasicObject < ProxyObject # :nodoc:
    def self.inherited(*)
      ::ActiveSupport::Deprecation.warn 'ActiveSupport::BasicObject is deprecated! Use ActiveSupport::ProxyObject instead.'
      super
    end
  end
end

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
activesupport-4.0.13 lib/active_support/basic_object.rb
activesupport-4.0.13.rc1 lib/active_support/basic_object.rb
activesupport-4.0.11.1 lib/active_support/basic_object.rb
activesupport-4.0.12 lib/active_support/basic_object.rb
activesupport-4.0.11 lib/active_support/basic_object.rb
activesupport-4.0.10 lib/active_support/basic_object.rb
activesupport-4.0.10.rc2 lib/active_support/basic_object.rb
activesupport-4.0.10.rc1 lib/active_support/basic_object.rb
activesupport-4.0.9 lib/active_support/basic_object.rb
activesupport-4.0.8 lib/active_support/basic_object.rb
activesupport-4.0.7 lib/active_support/basic_object.rb
activesupport-4.0.6 lib/active_support/basic_object.rb
activesupport-4.0.6.rc3 lib/active_support/basic_object.rb
activesupport-4.0.6.rc2 lib/active_support/basic_object.rb
activesupport-4.0.6.rc1 lib/active_support/basic_object.rb
activesupport-4.0.5 lib/active_support/basic_object.rb
activesupport-4.0.4 lib/active_support/basic_object.rb
activesupport-4.0.4.rc1 lib/active_support/basic_object.rb
activesupport-4.0.3 lib/active_support/basic_object.rb
activesupport-4.0.2 lib/active_support/basic_object.rb