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