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

5 lines
No EOL
63 B
Text

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