1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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

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).