# File lib/fog/compute/openstack/models/tenants.rb, line 18 def get(id) find { |tenant| tenant.id == id } end