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