[DOC] Escape backqoute method not to be converted to smart quotes

This commit is contained in:
Nobuyoshi Nakada 2022-09-03 23:47:46 +09:00
parent baf050100d
commit 0111dc5b79
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ They should not be called with unknown or unsanitized commands.
These methods include:
- Kernel.system
- {`command` (backtick method)}[rdoc-ref:Kernel#`]
- {\`command` (backtick method)}[rdoc-ref:Kernel#`]
(also called by the expression <tt>%x[command]</tt>).
- IO.popen(command).
- IO.read(command).