Module: AssOle::Runtimes::Claster::Abstract Abstract Private
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
This module is abstract.
Instance Method Summary collapse
Instance Method Details
#run(uri, platform_require = '> 0') ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
141 142 143 144 145 146 |
# File 'lib/ass_ole.rb', line 141 def run(uri, platform_require = '> 0') return ole_connector if runned? instance_variable_set(:@ole_connector, ole_class.new(platform_require)) run_ uri end |