blob: 7b39f6b73948523c2448baabd7ba8b8e0b0b124f [file] [log] [blame]
# This is openwsman/openwsman
# use it with
# require 'openwsman/openwsman'
#
# this loads the binary .so file
require 'openwsman'
# this extends Openwsman::XmlNode with method_missing
require 'openwsman/xmlnode'
# this extends Openwsman::XmlDoc with method_missing
require 'openwsman/xmldoc'