# File rexml/cdata.rb, line 80
  def CData.pull( source )
			source.match( PATTERN, true )[1]
		end