# File lib/syntax/common.rb, line 19 def initialize( text, group, instruction = :none ) super text @group = group @instruction = instruction end