11 12 13 14
# File 'lib/xrc/connection.rb', line 11 def connect @socket = Connector.connect(domain: domain, port: port) start end