In Files

  • pty/pty.c

Parent

Methods

Class/Module Index [+]

Quicksearch

PTY::ChildExited

Public Instance Methods

status() click to toggle source
 
               static VALUE
echild_status(self)
    VALUE self;
{
    return rb_ivar_get(self, rb_intern("status"));
}