diff options
-rw-r--r-- | lib/rexml/dtd/attlistdecl.rb | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,10 @@ require "rexml/child" module REXML - module DTD - class AttlistDecl < Child - START = "<!ATTLIST" - START_RE = /^\s*#{START}/um - PATTERN_RE = /\s*(#{START}.*?>)/um - end - end end |