blob: 07df74d670e995674b39ce2b85fc548abd078093 [file] [log] [blame]
module Openwsman
class XmlNode
def method_missing method, *args
find(nil, method.to_s)
end
end
end