[rubygems/rubygems] Move :stopdoc:
directive
If this is at the top level, it stops the documentation of the entire module, but not only the part in this file. https://github.com/rubygems/rubygems/commit/34e8c1ee06
This commit is contained in:
parent
b1bcad5e3a
commit
41d63d3130
@ -1,5 +1,4 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
# :stopdoc:
|
|
||||||
|
|
||||||
#--
|
#--
|
||||||
# This file contains all sorts of little compatibility hacks that we've
|
# This file contains all sorts of little compatibility hacks that we've
|
||||||
@ -8,10 +7,13 @@
|
|||||||
#
|
#
|
||||||
# Ruby 1.9.x has introduced some things that are awkward, and we need to
|
# Ruby 1.9.x has introduced some things that are awkward, and we need to
|
||||||
# support them, so we define some constants to use later.
|
# support them, so we define some constants to use later.
|
||||||
|
#
|
||||||
|
# TODO remove at RubyGems 4
|
||||||
#++
|
#++
|
||||||
|
|
||||||
# TODO remove at RubyGems 4
|
|
||||||
module Gem
|
module Gem
|
||||||
|
# :stopdoc:
|
||||||
|
|
||||||
RubyGemsVersion = VERSION
|
RubyGemsVersion = VERSION
|
||||||
deprecate_constant(:RubyGemsVersion)
|
deprecate_constant(:RubyGemsVersion)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user