summaryrefslogtreecommitdiff
path: root/lib/rubygems/installer.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-23 10:16:17 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-23 17:18:49 +0900
commit2e3cd1dc3e30f4725b18032b85a36f208c9528bc ()
tree03b319dd2a715c27aa7ca25a892df86aa956416e /lib/rubygems/installer.rb
parent19e9c4004b9d137ad48757f3f4c2d92257e6c2c4 (diff)
[rubygems/rubygems] Enabled Style/RedundantReturn cop
https://.com/rubygems/rubygems/commit/05cc97bdf8
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r--lib/rubygems/installer.rb2
1 files changed, 1 insertions, 1 deletions
@@ -748,7 +748,7 @@ class Gem::Installer
def app_script_text(bin_file_name)
# NOTE: that the `load` lines cannot be indented, as old RG versions match
# against the beginning of the line
- return <<-TEXT
#{shebang bin_file_name}
#
# This file was generated by RubyGems.