summaryrefslogtreecommitdiff
path: root/lib/rubygems/deprecate.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 11:49:24 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commit583fbc627c2ad69457e37fc909f7aaf889d53483 ()
treed9d7d36ba001dad4128cca6130f570ce7d447200 /lib/rubygems/deprecate.rb
parentc480a0c46a5fc9479bf6e3aa5bd1d2177878fad1 (diff)
[rubygems/rubygems] util/rubocop -A --only Layout/EmptyLinesAroundModuleBody
https://.com/rubygems/rubygems/commit/48c88466b7
-rw-r--r--lib/rubygems/deprecate.rb2
1 files changed, 0 insertions, 2 deletions
@@ -69,7 +69,6 @@
# end
module Gem::Deprecate
-
def self.skip # :nodoc:
@skip ||= false
end
@@ -160,5 +159,4 @@ module Gem::Deprecate
end
module_function :rubygems_deprecate, :rubygems_deprecate_command, :skip_during
-
end