Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

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