# File kwartz.rb, line 3613 def parse_stmt_expand2 Kwartz::assert() unless token() == :expand2 macro_name = token_str() scan() return ExpandStmtNode.new(:expand, macro_name, nil) end