# File rexml/comment.rb, line 67
  def Comment.pull source
			source.match( PATTERN, true )[1]
		end