Sha256: dc96c86e47b62a75f1c2c34dfe7d84b6b409f4fb77727877af33dd40f223f97b
Contents?: true
Size: 429 Bytes
Versions: 33
Compression:
Stored size: 429 Bytes
Contents
module Fog module Local extend Fog::Provider service_path 'fog/local' service 'storage' def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::Local#new is deprecated, use Fog::Local::Storage#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::Local::Storage.new(attributes) end end end
Version data entries
33 entries across 33 versions & 2 rubygems