class Puma::Configuration

def load

def load
  config_files.each { |config_file| @file_dsl._load_from(config_file) }
  @options
end