Method: Async::Bus::Protocol::Proxy#inspect

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

#inspectObject

Return a string representation of the proxy.



73
74
75
# File 'lib/async/bus/protocol/proxy.rb', line 73

def inspect
	"#<proxy #{@name}>"
end