mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
c129b6119d
As @peterzhu2118 and @duerst have pointed out, putting string method's RDoc into doc/ (which allows non-ASCII in examples) makes the "click to toggle source" feature not work for that method. This PR moves the primary method doc back into string.c, then includes RDoc from doc/string/*.rdoc, and also removes doc/string.rdoc. The affected methods are: ::new #bytes #each_byte #each_line #split The call-seq is in string.c because it works there; it did not work when the call-seq is in doc/string/*.rdoc. This PR also updates the relevant guidance in doc/documentation_guide.rdoc. |
||
---|---|---|
.. | ||
csv | ||
images | ||
irb | ||
NEWS | ||
optparse | ||
pty | ||
string | ||
syntax | ||
time | ||
yjit | ||
.document | ||
bsearch.rdoc | ||
bug_triaging.rdoc | ||
case_mapping.rdoc | ||
ChangeLog-0.06_to_0.52 | ||
ChangeLog-0.50_to_0.60 | ||
ChangeLog-0.60_to_1.1 | ||
ChangeLog-1.8.0 | ||
ChangeLog-1.9.3 | ||
ChangeLog-2.0.0 | ||
ChangeLog-2.1.0 | ||
ChangeLog-2.2.0 | ||
ChangeLog-2.3.0 | ||
ChangeLog-2.4.0 | ||
ChangeLog-YARV | ||
character_selectors.rdoc | ||
command_injection.rdoc | ||
contributing.rdoc | ||
dig_methods.rdoc | ||
documentation_guide.rdoc | ||
dtrace_probes.rdoc | ||
encoding.rdoc | ||
extension.ja.rdoc | ||
extension.rdoc | ||
fiber.md | ||
forwardable.rd.ja | ||
globals.rdoc | ||
hacking.md | ||
implicit_conversion.rdoc | ||
keywords.rdoc | ||
maintainers.rdoc | ||
make_cheatsheet.md | ||
marshal.rdoc | ||
memory_view.md | ||
ractor.md | ||
regexp.rdoc | ||
security.rdoc | ||
signals.rdoc | ||
standard_library.rdoc | ||
syntax.rdoc | ||
transcode.rdoc | ||
yarvarch.en | ||
yarvarch.ja |