Module: Jax::Engine::Configurable::ClassMethods

Defined in:
lib/jax/engine/configurable.rb

Instance Method Summary collapse

Instance Method Details

#inherited(base) ⇒ Object



9
10
11
# File 'lib/jax/engine/configurable.rb', line 9

def inherited(base)
  raise "You cannot inherit from a Jax::Engine child"
end