Returns a new instance of Mask.
8 9 10 11
# File 'lib/data_mask.rb', line 8 def initialize(path = 'config') @db_conf = Config.parse(path + '/database.yml') @tasks = Config.parse(path + '/tasks.yml') end