module EacRubyUtils::GemsRegistry::Gem::PathsToRequire

def path_to_require

Returns:
  • (String) -
def path_to_require
  require_root_module? ? root_module_path_to_require : direct_path_to_require
end