Class: Nasl::Undefined

Inherits:
Node
  • Object
show all
Defined in:
lib/nasl/parser/undefined.rb

Instance Attribute Summary

Attributes inherited from Node

#ctx, #tokens

Instance Method Summary collapse

Methods inherited from Node

#context, #initialize, #region

Constructor Details

This class inherits a constructor from Nasl::Node

Instance Method Details

#to_xml(xml) ⇒ Object



31
32
33
# File 'lib/nasl/parser/undefined.rb', line 31

def to_xml(xml)
  xml.null
end