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