mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
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
This commit is contained in:
parent
0607ccc270
commit
cff3941b81
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ require 'rexml/source'
|
||||||
require 'rexml/xmltokens'
|
require 'rexml/xmltokens'
|
||||||
|
|
||||||
module REXML
|
module REXML
|
||||||
# God, I hate DTDs. I really do. Why this idiot standard still
|
|
||||||
# plagues us is beyond me.
|
|
||||||
class Entity < Child
|
class Entity < Child
|
||||||
include XMLTokens
|
include XMLTokens
|
||||||
PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#"
|
PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue