5 lines
No EOL
63 B
Text
5 lines
No EOL
63 B
Text
class Counter
|
|
def increment
|
|
@count = @count + 1
|
|
end
|
|
end |