lib/alex_codebreaker/modules/files.rb in alex_codebreaker-0.1.6 vs lib/alex_codebreaker/modules/files.rb in alex_codebreaker-0.1.7

- old
+ new

@@ -1,3 +1,7 @@ -module Files - STATS_FILE = 'stats.yml'.freeze +module AlexCodebreaker + module Modules + module Files + STATS_FILE = 'stats.yml'.freeze + end + end end