283284285286287288289290291292293
throw e; } assert type != null : "type shouldn't be null."; IRubyObject result = (IRubyObject)type.unmarshal(this); return result; } public void defaultVariablesUnmarshal(IRubyObject object) throws IOException {
359360361362363364365366367368369
361362363364365366367368369370371
348349350351352353354355356357358