Hi gurus and nubys, is there a way to add a constant into an object which is not a module/class? Basically what I'd like is some kind of append_features/include that works on non-module objects. Is my only chance to mess up with the singleton class by myself, or there is some existing method for this? Thanks in advance