# File ruby/jbridge.rb, line 641 def __jsend__(method,*args) args = __id2objs__(args) return __obj2id__(__send__(method,*args)) end