1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Prefer require_relative to require for internal requires

c74fc58695
This commit is contained in:
David Rodríguez 2019-04-22 13:56:16 +02:00 committed by Hiroshi SHIBATA
parent f6803d2411
commit 54ae3f587e
Notes: git 2021-08-31 19:07:05 +09:00
80 changed files with 273 additions and 273 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
require 'rubygems/command'
require_relative '../command'
class Gem::Commands::StaleCommand < Gem::Command
def initialize