class EL_MODULE
Ancestor for classes that provide access to a shared instance of a stateless class that is primarly intended to house some category of routines.
note
description: "[
Ancestor for classes that provide access to a shared instance of a stateless class that is primarly
intended to house some category of routines.
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2020-05-22 9:17:50 GMT (Friday 22nd May 2020)"
revision: "6"
deferred class
EL_MODULE
inherit
EL_ANY_SHARED
end