Class: EacRubyUtils::ModuleAncestorsVariable::Hash

Inherits:
Base
  • Object
show all
Defined in:
lib/eac_ruby_utils/module_ancestors_variable/hash.rb

Constant Summary collapse

INITIAL_VALUE =
{}.freeze

Instance Method Summary collapse

Methods inherited from Base

#ancestors_variable, #merge_operation, #self_variable

Constructor Details

#initialize(the_module, method_name) ⇒ Hash

Returns a new instance of Hash.



12
13
14
# File 'lib/eac_ruby_utils/module_ancestors_variable/hash.rb', line 12

def initialize(the_module, method_name)
  super(the_module, method_name, INITIAL_VALUE)
end