class Cucumber::WireSupport::Connection

def fetch_data_from_socket(timeout)

def fetch_data_from_socket(timeout)
  raw_response = Timeout.timeout(timeout) { socket.gets }
  WirePacket.parse(raw_response)
end