Class: EacRubyUtils::ModuleAncestorsVariable::Hash
- Defined in:
- lib/eac_ruby_utils/module_ancestors_variable/hash.rb
Constant Summary collapse
- INITIAL_VALUE =
{}.freeze
Instance Method Summary collapse
-
#initialize(the_module, method_name) ⇒ Hash
constructor
A new instance of Hash.
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 |