Class: Class

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

Instance Method Summary collapse

Instance Method Details

#inherited(child_class) ⇒ Object



575
576
577
578
579
# File 'lib/hyper-operation/transport/policy.rb', line 575

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

#pre_hyperloop_inheritedObject



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

alias pre_hyperloop_inherited inherited