# File lib/puma/binder.rb, line 42
    def close
      @ios.each { |i| i.close }
      @unix_paths.each { |i| File.unlink i }
    end