Compat
9 10 11 12
# File 'lib/swirl/ec2.rb', line 9 def self.new(options) $stderr.puts "WARNING: Swirl::EC2 will be deprecated. Use Swirl::AWS.new(:ec2) instead" return AWS.new(:ec2, options) end