I am looking for a way to categorize or attributize methods in classes/modules. I need to tag methods in a class, so when the ruby script launches, I can use reflection to identify modules and classes which contain methods that have a certain tag.
C# has something like this, which is referred to as attributes, although the term attributes means something different in ruby. I was curious if this functionality existed.