/* * エラー番号を返す * * === Return * Integer */ static VALUE error_rc(VALUE obj) { return rb_iv_get(obj, "rc"); }