Module: AssOle::Runtimes::AbstractRuntime Private
- Included in:
- AssOle::Runtimes::App::External, AssOle::Runtimes::App::Thick, AssOle::Runtimes::App::Thin, Claster::Agent, Claster::Wp
- Defined in:
- lib/ass_ole.rb
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.
Instance Method Summary collapse
- #extended(obj) ⇒ Object private
Instance Method Details
#extended(obj) ⇒ 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.
90 91 92 93 94 |
# File 'lib/ass_ole.rb', line 90 def extended(obj) obj.send(:extend, AssOle::Runtimes::ModuleMethods) obj.send(:include, AssOle::Runtimes::RuntimeDispatcher) Runtimes.runtimes << obj end |