Method: OSC::TCP::Client#to_s
- Defined in:
- lib/qcmd/core_ext/osc/tcp_client.rb
#to_s ⇒ Object
53 54 55 |
# File 'lib/qcmd/core_ext/osc/tcp_client.rb', line 53 def to_s "#<OSC::TCP::Client:#{ object_id } @host:#{ @host.inspect }, @port:#{ @port.inspect }, @handler:#{ @handler.to_s }>" end |