# File lib/chef_zero/server.rb, line 107 def url @url ||= if @options[:host].include?(':') URI("http://[#{@options[:host]}]:#{port}").to_s else URI("http://#{@options[:host]}:#{port}").to_s end end