From cff3941b817b976a57f42b374c3dfceff1ad459d Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 28 Jul 2017 14:16:17 +0000 Subject: [PATCH] rexml: Remove needless document [Fix GH-1671] Patch by madblobfish. Thanks!!! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/entity.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rexml/entity.rb b/lib/rexml/entity.rb index d9a72cc8fa..3f44c9109a 100644 --- a/lib/rexml/entity.rb +++ b/lib/rexml/entity.rb @@ -4,8 +4,6 @@ require 'rexml/source' require 'rexml/xmltokens' module REXML - # God, I hate DTDs. I really do. Why this idiot standard still - # plagues us is beyond me. class Entity < Child include XMLTokens PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#"