# File lib/puppet/parser/ast.rb, line 58 58: def parsewrap 59: exceptwrap :type => Puppet::ParseError do 60: yield 61: end 62: end