Class: Class
Instance Method Summary collapse
Instance Method Details
#inherited(child_class) ⇒ Object
513 514 515 516 517 |
# File 'lib/hyper-operation/transport/policy.rb', line 513 def inherited(child_class) pre_hyperloop_inherited(child_class).tap do Hyperloop::PolicyAutoLoader.load(child_class.name, child_class) end end |
#pre_hyperloop_inherited ⇒ Object
511 |
# File 'lib/hyper-operation/transport/policy.rb', line 511 alias pre_hyperloop_inherited inherited |