class EacRubyUtils::RequireSub::Base
def include_or_prepend_method
def include_or_prepend_method return INCLUDE_MODULES_MAP.fetch(options[OPTION_INCLUDE_MODULES]) if INCLUDE_MODULES_MAP.key?(options[OPTION_INCLUDE_MODULES]) raise ::ArgumentError, "Invalid value for 'options[OPTION_INCLUDE_MODULES]': " \ "\"#{options[OPTION_INCLUDE_MODULES]}\"" end