summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-28 14:16:17 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-28 14:16:17 +0000
commitcff3941b817b976a57f42b374c3dfceff1ad459d (patch)
tree482539246dbc09c8ec20add33cddafa4714f212f /lib
parent0607ccc270eb6e136aebb6d0f5b9b60de2472161 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/rexml/entity.rb2
1 files changed, 0 insertions, 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\\-()+,./:=?;!*@$_%#"