Ruby - Class Methods and Variables
You want to keep track of how many times a class method
call is invoked in class Service. Which code correctly implements this using self. methods and a class instance variable?