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