module Decorum

Here we alias public methods defined by Decorum::Decorations, because these will appear in other people's classes and should therefore not cause conflcts. Public methods:

_decorum_decorate
_decorum_undecorate
_decorum_is_decorated?
_decorum_decorators
_decorum_decorated_state
_decorum_load_decorators_from_class

and these three more “internal” methods, no default aliases:

_decorum_raw_decorators
_decorum_raw_decorators!
_decorum_namespaces

you can also specify a capitalized method name in env for something other than default, e.g.,

_DECORUM_DECORATE='my_funky_decorate_alias'

otherwise it will fall back on defaults; to bypass this entirely load decorum/noaliases

Constants

SharedState
SuperHash
VERSION