# File lib/fog/softlayer/models/network/datacenters.rb, line 35 def by_name(name) all.map { |dc| dc if dc.name == name }.compact.first end