mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert a part of "[DOC] refined" [ci skip]
This reverts commit478716f49a
partially -- "Removed unnecessary parentheses" part -- because of a lambda, see9e25eb308d
.
This commit is contained in:
parent
3a7ff66abc
commit
4186cd6435
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ pty_close_pty(VALUE assoc)
|
|||
/*
|
||||
* call-seq:
|
||||
* PTY.open => [master_io, slave_file]
|
||||
* PTY.open {|master_io, slave_file| ... } => block value
|
||||
* PTY.open {|(master_io, slave_file)| ... } => block value
|
||||
*
|
||||
* Allocates a pty (pseudo-terminal).
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue