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