# File lib/pdf/writer/ohash.rb, line 21
21:   def []=(key, val)
22:     @keys << key unless has_key?(key)
23:     super
24:   end