class Nasl::Local
Attributes
idents[R]
Public Class Methods
new(tree, *tokens)
click to toggle source
Calls superclass method
# File lib/nasl/parser/local.rb, line 33 def initialize(tree, *tokens) super @idents = @tokens[1] @children << :idents end