Class: Jscall::AsyncRemoteRef

Inherits:
RemoteRef show all
Defined in:
lib/jscall.rb

Instance Method Summary collapse

Methods inherited from RemoteRef

#__get_id, #async, #async_send, #initialize, #then, #to_ary

Constructor Details

This class inherits a constructor from Jscall::RemoteRef

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object



129
130
131
# File 'lib/jscall.rb', line 129

def method_missing(name, *args)
    Jscall.__getpipe__.async_funcall(self, name, args)
end