# File lib/prawn/document/annotations.rb, line 23 def annotate(options) page.dictionary.data[:Annots] ||= [] options = sanitize_annotation_hash(options) page.dictionary.data[:Annots] << ref!(options) return options end