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:
parent
baf050100d
commit
0111dc5b79
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue