# File lib/pdf/writer/ohash.rb, line 26
26:   def delete(key)
27:     @keys.delete(key) if has_key?(key)
28:     super
29:   end