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