ruby-wmi icon indicating copy to clipboard operation
ruby-wmi copied to clipboard

ruby-wmi, WMI queries with an ActiveRecord style interface

Results 2 ruby-wmi issues
Sort by recently updated
recently updated
newest added

The following is [C# code from MSDN](https://msdn.microsoft.com/en-us/library/aa389393%28v=vs.85%29.aspx), how to write this in Ruby? ``` // create a new instance of the Win32_Share WMI object ManagementClass cls = new ManagementClass("Win32_Share"); //...