class Prism::ParseResult

def failure?

not.
Returns true if there were errors during parsing and false if there were
def failure?
  !success?
end