Method: Apstrings::Validator.paredFile
- Defined in:
- lib/apstrings/strings_validator.rb
.paredFile(file) ⇒ Object
173 174 175 176 |
# File 'lib/apstrings/strings_validator.rb', line 173 def self.paredFile(file) read_file = Reader.read(file) StringsParser.new(read_file,DotStringFile.new(file)).parse_file end |