# File lib/xml/dom2/entity.rb, line 27 def initialize(name, pubid, sysid, notation) super() @name = name.freeze @pubid = pubid.freeze @sysid = sysid.freeze @notation = notation.freeze end