mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
b0a7473f5b
'fog/core' is already in the load path. No need to go to these extents.
11 lines
137 B
Ruby
11 lines
137 B
Ruby
require 'fog/core'
|
|
|
|
module Fog
|
|
module GoGrid
|
|
|
|
extend Fog::Provider
|
|
|
|
service(:compute, 'go_grid/compute', 'Compute')
|
|
|
|
end
|
|
end
|