[rubygems/rubygems] Markup code with RDoc notations

https://github.com/rubygems/rubygems/commit/c29cd23826
This commit is contained in:
Nobuyoshi Nakada 2022-01-09 12:24:13 +09:00 committed by git
parent b633c9ac1c
commit 6d3ee418c2

View File

@ -225,7 +225,7 @@ class Gem::Specification < Gem::BasicSpecification
attr_reader :version attr_reader :version
## ##
# A short summary of this gem's description. Displayed in `gem list -d`. # A short summary of this gem's description. Displayed in <tt>gem list -d</tt>.
# #
# The #description should be more detailed than the summary. # The #description should be more detailed than the summary.
# #
@ -271,7 +271,7 @@ class Gem::Specification < Gem::BasicSpecification
# A list of authors for this gem. # A list of authors for this gem.
# #
# Alternatively, a single author can be specified by assigning a string to # Alternatively, a single author can be specified by assigning a string to
# `spec.author` # +spec.author+
# #
# Usage: # Usage:
# #