63 64 65 66 67
# 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