stdlib/pty/0/pty.rbs in rbs-3.4.0 vs stdlib/pty/0/pty.rbs in rbs-3.4.1

- old
+ new

@@ -72,16 +72,10 @@ # : If `true` and the process identified by `pid` is no longer alive a # PTY::ChildExited is raised. # def self.check: (Integer pid, ?boolish raise) -> Process::Status? - # <!-- - # rdoc-file=ext/pty/pty.c - # - PTY.spawn([env,] command_line) { |r, w, pid| ... } - # - PTY.spawn([env,] command_line) => [r, w, pid] - # - PTY.spawn([env,] command, arguments, ...) { |r, w, pid| ... } - # - PTY.spawn([env,] command, arguments, ...) => [r, w, pid] - # --> + # <!-- rdoc-file=ext/pty/pty.c --> # Spawns the specified command on a newly allocated pty. You can also use the # alias ::getpty. # # The command's controlling tty is set to the slave device of the pty and its # standard input/output/error is redirected to the slave device.