add_label(label)
Adds label label to the document
# File lib/rdoc/rd/block_parser.rb, line 410 def add_label label @labels[label] = true label end