Ruby - Modules and Mixins
Given nested modules
Company::Department and a class Employee inside Department, how do you define a method info inside Employee that returns "Employee Info" and call it?