python2ruby/test/ruby/22.out
2025-12-01 11:39:43 +01:00

5 lines
64 B
Text

class Counter
def increment
@count = @count + 1
end
end