[Source]
# File lib/taskjuggler/TextParser/Scanner.rb, line 36 def initialize(macro, args, text, endPos) @macro = macro @args = args @text = text @endPos = endPos end
[Validate]