Class: Module

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

Instance Method Summary collapse

Instance Method Details

#const_set(name, value) ⇒ Object



499
500
501
502
503
# File 'lib/hyper-operation/transport/policy.rb', line 499

def const_set(name, value)
  pre_hyperloop_const_set(name, value).tap do
    Hyperloop::PolicyAutoLoader.load(name, value)
  end
end

#pre_hyperloop_const_setObject



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

alias pre_hyperloop_const_set const_set