Sha256: 5614d5d62940d3bffdecd906f8399dac37deea06f04e32d427508c8c6fedd58d
Contents?: true
Size: 438 Bytes
Versions: 33
Compression:
Stored size: 438 Bytes
Contents
module Fog module Bluebox extend Fog::Provider service_path 'fog/bluebox' service :compute 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
33 entries across 33 versions & 2 rubygems