1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Christopher Rigor 2011-10-22 07:46:22 +08:00
parent 4c33f76559
commit 480cc46c7a

View file

@ -386,7 +386,7 @@ module Puma
def attempt_bonjour(name)
begin
require 'dnssd'
rescue LoadeError
rescue LoadError
return false
end