note description: "[ Shared access to an instance of {DISPOSE_UTILITIES}. ]" legal : "See notice at end of class." status : "See notice at end of class."; author : "Paul Bates (paul.a.bates@gmail.com)" date : "$Date$" revision: "$Revision$" class SHARED_DISPOSE_UTILITIES feature -- Access dispose_utils: DISPOSE_UTILITIES -- Shared access to a single instance of {DISPOSE_UTILITIES}. once create Result ensure result_attached: attached Result end end