Object
# File lib/taskjuggler/TextParser/Scanner.rb, line 33 def initialize(macro, args, text, endPos) @macro = macro @args = args @text = text @endPos = endPos end