Module: AssOle::Runtimes::AbstractRuntime Private

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

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