class REXML::DTD::ElementDecl
Constants
- PATTERN_RE
- START
- START_RE
Public Class Methods
new(match)
click to toggle source
s*(((([“‘]).*?”>5)|*)*?)(/)?>/um, true)
# File lib/rexml/dtd/elementdecl.rb, line 11 def initialize match @name = match[1] @rest = match[2] end