# File lib/puma/configuration.rb, line 152
      def _load_from(path)
        instance_eval File.read(path), path, 1
      end