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