Class: Fantassh::ExcludedEntriesFile

Inherits:
EntriesFile show all
Defined in:
lib/fantassh/excluded_entries_file.rb

Instance Method Summary collapse

Methods inherited from EntriesFile

#add, #all, #init_file_structure, #initialize

Constructor Details

This class inherits a constructor from Fantassh::EntriesFile

Instance Method Details

#fileObject



6
7
8
# File 'lib/fantassh/excluded_entries_file.rb', line 6

def file
  File.join(@config_dir, 'excluded_entries')
end