# File lib/puppet/parser/ast.rb, line 62 62: def parsewrap 63: exceptwrap :type => Puppet::ParseError do 64: yield 65: end 66: end