Returns true if the file input is valid.
Returns:
true if the file input is valid
107 108 109
# File 'lib/zizia/parser.rb', line 107 def valid? errors.empty? end