ad hoc workaround for broken registry
# File win32/lib/win32/resolv.rb, line 52 def read_s(key) type, str = read(key) unless type == Registry::REG_SZ warn "Broken registry, #{name}\\#{key} was #{Registry.type2name(type)}, ignored" return String.new end str end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.