# File lib/chef_zero/server.rb, line 168 def local_mode_url raise "Port not yet set, cannot generate URL" unless port.kind_of?(Integer) "chefzero://localhost:#{port}" end