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