Sha256: 4de61252a6187066157021c88d12d3c421dca69a8b4396690cf7403cc04a421b

Contents?: true

Size: 290 Bytes

Versions: 305

Compression:

Stored size: 290 Bytes

Contents

class Module
  # Declare that a method has been deprecated.
  #   deprecate :foo
  #   deprecate :bar => 'message'
  #   deprecate :foo, :bar, :baz => 'warning!', :qux => 'gone!'
  def deprecate(*method_names)
    ActiveSupport::Deprecation.deprecate_methods(self, *method_names)
  end
end

Version data entries

305 entries across 261 versions & 28 rubygems

Version Path
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.22.5 lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.22.4 lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.22.3 lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.22.2 lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.22.1 lib/active_support/core_ext/module/deprecation.rb
classiccms-0.7.5 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/core_ext/module/deprecation.rb
classiccms-0.7.4 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/core_ext/module/deprecation.rb
classiccms-0.7.3 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/core_ext/module/deprecation.rb
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.22 lib/active_support/core_ext/module/deprecation.rb
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.12/lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.21 lib/active_support/core_ext/module/deprecation.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.18/lib/active_support/core_ext/module/deprecation.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.8/gems/activesupport-3.2.18/lib/active_support/core_ext/module/deprecation.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.18/lib/active_support/core_ext/module/deprecation.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.18/lib/active_support/core_ext/module/deprecation.rb
apl-library-0.0.90 vendor/bundle/ruby/1.8/gems/activesupport-3.2.18/lib/active_support/core_ext/module/deprecation.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.18/lib/active_support/core_ext/module/deprecation.rb
activesupport-3.2.20 lib/active_support/core_ext/module/deprecation.rb