Class | Culerity::RemoteObjectProxy |
In: |
lib/culerity/remote_object_proxy.rb
|
Parent: | Object |
Calls the passed method on the remote object with any arguments specified. Behaves the same as Object#send.
If you pass it a block then it will append the block as a "lambda { … }". If your block returns a lambda string ("lambda { … }") then it will be passed straight through, otherwise it will be wrapped in a lambda string before sending.