We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73339ff commit 57f2ac7Copy full SHA for 57f2ac7
1 file changed
lib/rubygems/deprecate.rb
@@ -4,10 +4,10 @@ module Gem
4
##
5
# Provides 3 methods for declaring when something is going away.
6
#
7
- # +deprecate(name, repl, year, month)+:
+ # <tt>deprecate(name, repl, year, month)</tt>:
8
# Indicate something may be removed on/after a certain date.
9
10
- # +rubygems_deprecate(name, replacement=:none)+:
+ # <tt>rubygems_deprecate(name, replacement=:none)</tt>:
11
# Indicate something will be removed in the next major RubyGems version,
12
# and (optionally) a replacement for it.
13
0 commit comments