We covered Modules in The RubyMonk Primer: Modules chapter. You should finish that lesson if you haven't done so already. In this section we'll discuss the included method. It is a callback that Ruby invokes whenever the module is included into another module/class. An example should make this clear:
