class Puma::DSL
def _load_from(path)
def _load_from(path) if path @path = path instance_eval(File.read(path), path, 1) end ensure _offer_plugins end
def _load_from(path) if path @path = path instance_eval(File.read(path), path, 1) end ensure _offer_plugins end