# File lib/yaml.rb, line 246 def YAML.each_node( io, &doc_proc ) yp = generic_parser.load_documents( io, &doc_proc ) end