Win32ole connect

Hi.
With MRI this works:

      require 'win32ole'
      wmi = WIN32OLE.connect("winmgmts://")

but not with IronRuby

undefined method `connect’ for WIN32OLE:Class

Is this expected?
Thanks.
-rp