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



502
503
504
505
506
# File 'lib/hyper-operation/transport/policy.rb', line 502

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

#pre_hyperloop_const_setObject



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

alias pre_hyperloop_const_set const_set