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