fog--fog/lib/fog/joyent.rb

9 lines
115 B
Ruby

module Fog
module Joyent
extend Fog::Provider
service(:compute, 'joyent/compute', 'Compute')
end
end