Sha256: b6f0218bcb74208d073c1273ee2d65d2ab1491d714d23fbb22e77d82ceafef86
Contents?: true
Size: 384 Bytes
Versions: 37
Compression:
Stored size: 384 Bytes
Contents
module Fog module AWS class EC2 def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::AWS::EC2#new is deprecated, use Fog::AWS::Compute#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::AWS::Compute.new(attributes) end end end end
Version data entries
37 entries across 37 versions & 2 rubygems