# File lib/yaml.rb, line 261
        def YAML.parse_documents( io, &doc_proc )
                YAML.each_node( io, &doc_proc )
    end