class Nasl::Undefined

Public Instance Methods

to_xml(xml) click to toggle source
# File lib/nasl/parser/undefined.rb, line 31
def to_xml(xml)
  xml.null
end