method

new

ruby latest stable - Class: REXML::ExternalEntity
new( src )
public

No documentation available.

# File lib/rexml/doctype.rb, line 229
    def initialize( src )
      super()
      @entity = src
    end