Sha256: 6c2c1450e42660071aec0aa3106fffdb806a5ed553afb4ed5577463a976b3dbb
Contents?: true
Size: 447 Bytes
Versions: 9
Compression:
Stored size: 447 Bytes
Contents
require 'fog/core' module Fog module Bluebox extend Fog::Provider service(:compute, 'compute/bluebox') def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::Bluebox#new is deprecated, use Fog::Bluebox::Compute#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::Bluebox::Compute.new(attributes) end end end
Version data entries
9 entries across 9 versions & 2 rubygems