Class: Class

Inherits:
Object show all
Defined in:
lib/hyper-operation/transport/policy.rb

Instance Method Summary collapse

Instance Method Details

#inherited(child_class) ⇒ Object



510
511
512
513
514
# File 'lib/hyper-operation/transport/policy.rb', line 510

def inherited(child_class)
  pre_hyperloop_inherited(child_class).tap do
    Hyperloop::PolicyAutoLoader.load(child_class.name, child_class)
  end
end

#pre_hyperloop_inheritedObject



508
# File 'lib/hyper-operation/transport/policy.rb', line 508

alias pre_hyperloop_inherited inherited