# File ruby/jbridge.rb, line 796 def __jsend__(method,*args) if respond_to?(method) then return super(method,*args) elsif @default_proc then return @default_proc.call(method,args) else raise "BUG: called not implemented method." end end