Class: Fog::Compute::Vmfusion::Real
- Inherits:
-
Object
- Object
- Fog::Compute::Vmfusion::Real
- Defined in:
- lib/fog/vmfusion/compute.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Real
constructor
A new instance of Real.
Constructor Details
#initialize(options = {}) ⇒ Real
Returns a new instance of Real.
22 23 24 25 26 27 28 29 |
# File 'lib/fog/vmfusion/compute.rb', line 22 def initialize(={}) begin require 'fission' rescue LoadError => e retry if require('rubygems') raise e. end end |