class Cucumber::WireSupport::Configuration

def to_s

def to_s
  return @unix if @unix
  "#{@host}:#{@port}"
end