Method: Async::Bus::Protocol::Proxy#respond_to?

Defined in:
lib/async/bus/protocol/proxy.rb

#respond_to?(name, include_all = false) ⇒ Boolean

Check if the remote object responds to a method.

Returns:

  • (Boolean)


67
68
69
# File 'lib/async/bus/protocol/proxy.rb', line 67

def respond_to?(name, include_all = false)
	@connection.invoke(@name, [:respond_to?, name, include_all])
end