19 20 21
# File 'lib/efivalidate/ealf_parser.rb', line 19 def self.read(file) EFIValidate::EALFParser.new(File.open(file)) end