Method: Cwb::DirectorySuiteParser#validate
- Defined in:
- lib/cwb/directory_suite_parser.rb
#validate ⇒ Object
Suite file does definitely exist, otherwise the usual direcoy parser implementation would have been chosen instead.
11 12 13 14 |
# File 'lib/cwb/directory_suite_parser.rb', line 11 def validate super require_all(read_lines(suite_file_path)) end |