1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc/syntax
Olivier Lacan 8e7df4bbf9
Use the word heredocs in Here Documents docs
Two advantages:
- higher relevance of the extremely common word "heredocs" which may
help people find this page when searching for "ruby heredocs"
- the anchor link becomes `#label-Here+Documents+-28heredocs-29`, which is
ugly due to the parentheses but includes the word "heredocs" in the URL to
this section

If anyone knows a way to prevent RDoc from turning invalid characters into
ugly and meaningless ASCII codes, I'm listening. I don't want to break existing
anchor links but RDoc should really ignore these characters or turn them into
dashes.

Closes: https://github.com/ruby/ruby/pull/2103
2019-08-04 09:18:48 +09:00
..
assignment.rdoc Improve wording of Local Variables and eval section 2019-06-25 11:18:08 -07:00
calling_methods.rdoc Improve safe navigation operator's docs [Misc #15109] 2018-10-20 10:57:33 +00:00
control_expressions.rdoc * doc/syntax/control_expressions.rdoc: Add missing 'as' 2016-09-30 09:43:24 +00:00
exceptions.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
literals.rdoc Use the word heredocs in Here Documents docs 2019-08-04 09:18:48 +09:00
methods.rdoc Document use of ensure and else at method level [ci skip] 2019-07-19 11:39:05 -07:00
miscellaneous.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
modules_and_classes.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
precedence.rdoc
refinements.rdoc Update refinements docs 2019-01-10 17:28:13 +00:00