# File lib/facets/yore/annotation.rb, line 69
  def []=(key, note)
    raise ArgumentError unless Annotation === note
    @ann[key] = note
  end