# File lib/rd/rbl-file.rb, line 63 def refer(label) label = @labels.find{|i| i[0] == label} return nil unless label label[1] end