# File lib/yaml.rb, line 132
        def YAML.load( io )
                yp = parser.load( io )
        end