class Middleman::PreviewServer::ServerUrl

def initialize(opts={})

def initialize(opts={})
  @hosts = opts.fetch(:hosts)
  @port  = opts.fetch(:port)
  @https = opts.fetch(:https, false)
  @format_output = opts.fetch(:format_output, true)
end