Preview: attlistdecl.rb
Size: 234 B
/proc/thread-self/root/opt/alt/ruby27/share/ruby/rexml/dtd/attlistdecl.rb
# frozen_string_literal: false
require_relative "../child"
module REXML
module DTD
class AttlistDecl < Child
START = "<!ATTLIST"
START_RE = /^\s*#{START}/um
PATTERN_RE = /\s*(#{START}.*?>)/um
end
end
end
Directory Contents
Dirs: 0 × Files: 5