Skip to content

Instantly share code, notes, and snippets.

@kzkn
Created September 12, 2022 06:36
Show Gist options
  • Save kzkn/a26a6e648db169b49c495720ce8f3226 to your computer and use it in GitHub Desktop.
Save kzkn/a26a6e648db169b49c495720ce8f3226 to your computer and use it in GitHub Desktop.
p func10(1)
p func10
p func10
p func10
@n = 0
def answer10(reset = nil)
if reset.nil?
@n = @n + 1
@n
else
@n = 0
end
end
p answer10(1)
p answer10
p answer10
p answer10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment