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