# File lib/fog/bin/ninefold.rb, line 15 def [](service) @@connections ||= Hash.new do |hash, key| hash[key] = case key when :compute Formatador.display_line("[yellow][WARN] Ninefold[:compute] is deprecated, use Compute[:ninefold] instead[/]") Fog::Compute.new(:provider => 'Ninefold') when :storage Formatador.display_line("[yellow][WARN] Ninefold[:storage] is deprecated, use Storage[:ninefold] instead[/]") Fog::Storage.new(:provider => 'Ninefold') else raise ArgumentError, "Unrecognized service: #{service}" end end @@connections[service] end
Generated with the Darkfish Rdoc Generator 2.