From: "usa (Usaku NAKAMURA)" Date: 2013-02-01T15:19:20+09:00 Subject: [ruby-core:51789] [ruby-trunk - Feature #7763][Assigned] add Win32::Registry#values Issue #7763 has been updated by usa (Usaku NAKAMURA). Category set to lib Status changed from Open to Assigned Assignee set to usa (Usaku NAKAMURA) Target version set to next minor ---------------------------------------- Feature #7763: add Win32::Registry#values https://bugs.ruby-lang.org/issues/7763#change-35756 Author: rogerdpack (Roger Pack) Status: Assigned Priority: Normal Assignee: usa (Usaku NAKAMURA) Category: lib Target version: next minor hello. In today's Win32::Registry objects, we have #num_keys, #keys, #num_values (and no #values method, but there is an #each_value method and #each_key method). So this is a feature request for it to be added. I suppose it would be an alias to #entries Thank you! -roger- -- http://bugs.ruby-lang.org/