# File lib/fog/sakuracloud/models/compute/zones.rb, line 14 def get(id) all.find { |f| f.id == id } rescue Fog::Errors::NotFound nil end