class ParserGauntlet

def load_yaml(*)

def load_yaml(*)
  data = super
  @was_errors = data.count { |_name, errs| errs != {} }
  data
end