# File rexml/entity.rb, line 139
  def Entity::pull source
			md = source.match( ENTITYDECL, true )
			md.to_a.compact[1..-1]
		end