# File lib/fog/bin/bare_metal_cloud.rb, line 4 def class_for(key) case key when :compute Fog::Compute::BareMetalCloud else raise ArgumentError, "Unsupported #{self} service: #{key}" end end