# File lib/fog/softlayer/models/compute/key_pairs.rb, line 29 def by_label(label) all.select { |key_pair| key_pair.label == label }.first end