Object
# File lib/fog/vmfusion/compute.rb, line 22 def initialize(options={}) begin require 'fission' rescue LoadError => e retry if require('rubygems') raise e.message end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.