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