From: Yusuke Endoh Date: 2011-05-24T21:54:22+09:00 Subject: [ruby-core:36425] [Ruby 1.9 - Bug #4756][Open] Cleanup and enhance docs for PTY (patch included) Issue #4756 has been updated by Yusuke Endoh. Status changed from Closed to Open Hello, raise_from_check(cpid, status); - return Qnil; /* not reached */ + return Qnil; Please do not remove such a comment in a document patch. raise_from_check always raises an exception, so this return statement is not reached actually. -- Yusuke Endoh ---------------------------------------- Bug #4756: Cleanup and enhance docs for PTY (patch included) http://redmine.ruby-lang.org/issues/4756 Author: David Copeland Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: ruby -v: ruby 1.9.3dev (2011-05-16 trunk 31583) [x86_64-darwin10.7.0] This cleans up and expands the PTY rdoc -- http://redmine.ruby-lang.org