Module Gem::Deprecate
In: lib/rubygems/deprecate.rb

Methods

Public Instance methods

Simple deprecation method that deprecates name by wrapping it up in a dummy method. It warns on each call to the dummy method telling the user of repl (unless repl is :none) and the year/month that it is planned to go away.

Temporarily turn off warnings. Intended for tests only.

[Validate]