diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-22 14:18:10 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-23 17:18:49 +0900 |
commit | acf12b6dfdd94ce1da55eaf2dfacc75135385c2a () | |
tree | e79a4eb8a815a48ca8ed70534b06287089747d33 /lib/rubygems/package.rb | |
parent | f24a86d83f07f214e97aa98da190cda55092805f (diff) |
util/rubocop -A --only Style/AsciiComments
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r-- | lib/rubygems/package.rb | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ # frozen_string_literal: true -#-- # Copyright (C) 2004 Mauricio Julio Fernández Pradier # See LICENSE.txt for additional licensing information. -#++ require_relative "../rubygems" require_relative "security" |