[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 коммит произвёл git
Родитель b633c9ac1c
Коммит 6d3ee418c2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -225,7 +225,7 @@ class Gem::Specification < Gem::BasicSpecification
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.
#
@ -271,7 +271,7 @@ class Gem::Specification < Gem::BasicSpecification
# A list of authors for this gem.
#
# Alternatively, a single author can be specified by assigning a string to
# `spec.author`
# +spec.author+
#
# Usage:
#