[rubygems/rubygems] Update documentation to use squiggly heredoc

https://github.com/rubygems/rubygems/commit/4691b959ad
This commit is contained in:
Brave Hager 2024-01-10 09:49:47 -05:00 committed by git
parent a6ba45e9b0
commit d5e83a0601

View File

@ -301,7 +301,7 @@ class Gem::Specification < Gem::BasicSpecification
#
# Usage:
#
# spec.description = <<-EOF
# spec.description = <<~EOF
# Rake is a Make-like program implemented in Ruby. Tasks and
# dependencies are specified in standard Ruby syntax.
# EOF