Created
September 7, 2017 10:00
-
-
Save anonymous/9defedd527081c754bd0c8e77e009b4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test() | |
if code | |
do loop | |
break if someothercode | |
end | |
code | |
someothercode | |
whatevercode | |
codecode | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment