Ruby - Class Methods and Variables
You want to create a Ruby class
Counter that keeps track of how many times its class method increment is called. Which code correctly implements this behavior?