module AyeCommander::Command::ClassMethods
Class Methods that define the functionality of a command. The most complex functionality is in fact contained at class level since I wanted to preserve the commands as clean as possible to avoid name clashes within the instance.