Skip to content

Instantly share code, notes, and snippets.

@enebo
Created May 21, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/93ad5e139cad94beb50242d823ec18e6 to your computer and use it in GitHub Desktop.
Save enebo/93ad5e139cad94beb50242d823ec18e6 to your computer and use it in GitHub Desktop.
i = 0
while i < 3
class A
end
i += 1
end
i = 0
while i < 3
class A
end
i += 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment