Ruby 2.4参考手册
PTY
PTY::ChildExited
父类:RuntimeError
当代表已退出进程的pid调用PTY.check时抛出。
Public Instance Methods
status() Show source
返回PTY#检查引发此异常的子级的退出状态
static VALUE
echild_status(VALUE self)
{
return rb_ivar_get(self, rb_intern("status"));
}
PTY相关
Ruby 是一种面向对象、命令式、函数式、动态的通用编程语言,是世界上最优美而巧妙的语言。
| 主页 | https://www.ruby-lang.org/ |
| 源码 | https://github.com/ruby/ruby |
| 版本 | 2.4 |
| 发布版本 | 2.4.1 |
加载中,请稍侯......