class TurboRex::Windows::COM::Finder

Public Class Methods

new(clsid) click to toggle source
# File lib/turborex/windows/com/com_finder.rb, line 11
def initialize(clsid)
  @clsid = clsid
end