Method: REXML::ExternalEntity#initialize
- Defined in:
- lib/rexml/doctype.rb
#initialize(src) ⇒ ExternalEntity
Returns a new instance of ExternalEntity.
239 240 241 242 |
# File 'lib/rexml/doctype.rb', line 239 def initialize( src ) super() @entity = src end |