python2ruby/test/ruby/22.in
2025-12-01 11:26:42 +01:00

3 lines
No EOL
75 B
Text

class Counter:
def increment(self):
self.count = self.count + 1