diff --git a/lib/auto_wizzard.rb b/lib/auto_wizzard.rb index 7527a9a1a..245b6e802 100644 --- a/lib/auto_wizzard.rb +++ b/lib/auto_wizzard.rb @@ -1,5 +1,21 @@ module AutoWizzard +=begin + +creates or updates Users and sets Settings based on the 'auto_wizzard.json' file placed in the root directory. + +there is an example file 'contrib/auto_wizzard_example.json' + + AutoWizzard.setup() + +returns + + true if a 'auto_wizzard.json' file was found and processed + + nil if no 'auto_wizzard.json' file was found + +=end + def self.setup auto_wizzard_file_name = 'auto_wizzard.json'