Method: Jscall::AsyncRemoteRef#method_missing
- Defined in:
- lib/jscall.rb
#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 |