Method: Async::Bus::Protocol::Proxy#inspect
- Defined in:
- lib/async/bus/protocol/proxy.rb
#inspect ⇒ Object
Return a string representation of the proxy.
73 74 75 |
# File 'lib/async/bus/protocol/proxy.rb', line 73 def inspect "#<proxy #{@name}>" end |