In Files

  • rexml/dtd/elementdecl.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

REXML::DTD::ElementDecl

Public Class Methods

new(match) click to toggle source

s*(((([“‘]).*?”>5)|*)*?)(/)?>/um, true)

 
               # File rexml/dtd/elementdecl.rb, line 11
def initialize match
        @name = match[1]
        @rest = match[2]
end