# File rexml/instruction.rb, line 70
  def Instruction.pull source
			source.match(PATTERN, true)[1,2]
		end