} catch (IOException ioe) {
throw newIOErrorFromException(ioe);
} catch (JumpException.ReturnJump rj) {
return;
} finally {
context.postNodeEval();
}
}
public void addBoundMethod(String className, String methodName, String rubyName) {
Map<String, String> javaToRuby = boundMethods.get(className);