Classes: Aws, Base
6 7 8 9 10
# File 'lib/rubber/cloud.rb', line 6 def self.get_provider(provider, env, capistrano) require "rubber/cloud/#{provider}" clazz = Rubber::Cloud.const_get(provider.capitalize) return clazz.new(env, capistrano) end