|
Notes:
At this release, Rjb's bound object (JavaProxy) exports its original methods through Rjb's wrapper object.
Changes:
Sun Aug 19 arton
*ext/rjb.c
export bound object's original ruby object as @wrapped
RJB_VERSION -> 1.4.1
*lib/rjb.rb
define Rjb_JavaBridge class for support @wrapped delegation
*test/test.rb
add @wrapped object invoking test
|