module EacRubyUtils::ActsAsAbstract::ClassMethods

def abstract_methods_hash

Returns:
  • (Hash - Hash
def abstract_methods_hash
  @abstract_methods_hash ||=
    ::EacRubyUtils::ModuleAncestorsVariable::Hash.new(self, __method__)
end