diff --git a/src/ameba/config.cr b/src/ameba/config.cr index 5be157bb..44a2f207 100644 --- a/src/ameba/config.cr +++ b/src/ameba/config.cr @@ -12,6 +12,10 @@ class Ameba::Config Config.new YAML.parse(content) end + def self.load(path : Nil) + self.load + end + def files @files ||= default_files end