# File lib/rd/reference-resolver.rb, line 67
    def refer(label)
      matched = labels[label2str(label)]
      return nil unless matched
      num2anchor(matched[0][1])
    end