Actions
Bug #17094
closedPTY methods with blocks
Bug #17094:
PTY methods with blocks
Description
Some methods on PTY yield one array if a block is given, but the RDoc says it passes two arguments to the block.
https://github.com/ruby/ruby/blob/master/ext/pty/pty.c#L529
https://github.com/ruby/ruby/blob/master/ext/pty/pty.c#L467
I'd like to propose to fix the implementation. However, it would make more sense to fix the docs because of potential incompatibilities.
Actions