4 5 6 7 8 9 10 11
# File 'lib/fog/bin/ecloud.rb', line 4 def class_for(key) case key when :compute Fog::Compute::Ecloud else raise ArgumentError, "Unrecognized service: #{key}" end end