📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 05:23:46
📂
/ (Root)
/
opt
/
alt
/
ruby27
/
share
/
ruby
/
rexml
/
dtd
📍 /opt/alt/ruby27/share/ruby/rexml/dtd
🔄 Refresh
✏️
Editing: attlistdecl.rb
Read Only
# 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
💾 Save Changes
❌ Cancel