🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 21:41:36 | PHP 8.1.34
📂
/ (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