Class: Module

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

Instance Method Summary collapse

Instance Method Details

#const_set(name, value) ⇒ Object



564
565
566
567
568
# File 'lib/hyper-operation/transport/policy.rb', line 564

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

#pre_hyperloop_const_setObject



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

alias pre_hyperloop_const_set const_set