Actions
Feature #7763
closedadd Win32::Registry#values
Description
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-
Updated by usa (Usaku NAKAMURA) almost 12 years ago
- Category set to lib
- Status changed from Open to Assigned
- Assignee set to usa (Usaku NAKAMURA)
- Target version set to 2.6
Updated by usa (Usaku NAKAMURA) about 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r42805.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/win32/lib/win32/registry.rb (Win32::Registry#values): added.
[Feature #7763] [ruby-core:51783]
Actions
Like0
Like0Like0