class EL_MODULE_NAMING
Client examples: CLASS_NOTES ; EIFFEL_NAME_TRANSLATEABLE_TEST_SET ; GENERAL_TEST_SET ; ID3_TAG_INFO_TEST_SET ; RBOX_MUSIC_MANAGER ; TAGLIB_TEST_SET ; TAR_LIST_FILE ; VALUE_PARAMETER
Shared access to routines of class EL_NAMING_ROUTINES
note
description: "Shared access to routines of class ${EL_NAMING_ROUTINES}"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-08-21 8:37:55 GMT (Wednesday 21st August 2024)"
revision: "11"
deferred class
EL_MODULE_NAMING
inherit
EL_MODULE
feature {NONE} -- Constants
Naming: EL_NAMING_ROUTINES
once
create Result
end
end