From: Eric Hodel Date: 2011-05-14T09:57:35+09:00 Subject: [ruby-core:36184] [Ruby 1.9 - Bug #4693] Documentation for YAML::DBM and YAML::Store Issue #4693 has been updated by Eric Hodel. I fixed your example in YAML::Store as it didn't have enough indentation. For future commits you can check your work by running `rdoc --all -o /tmp/doc lib/yaml*` and opening /tmp/doc/YAML/Store.html, for example. It looks like the documentation visible from 1.8 has moved to ext/syck/lib/syck.rb but isn't being picked up properly. ---------------------------------------- Bug #4693: Documentation for YAML::DBM and YAML::Store http://redmine.ruby-lang.org/issues/4693 Author: Justin Collins Status: Closed Priority: Normal Assignee: Eric Hodel Category: DOC Target version: 1.9.3 ruby -v: - Docs for lib/yaml/dbm.rb and lib/yaml/store.rb Side note: I'm guessing the split of Syck/Psych has somehow lost the documentation for the YAML library itself? Something should be added to lib/yaml.rb to point people to the right place, but I don't know where that would be. -- http://redmine.ruby-lang.org