Skip to content

Instantly share code, notes, and snippets.

@liluo
Forked from jarmo/all-out.txt
Created April 1, 2017 07:42
Show Gist options
  • Select an option

  • Save liluo/1f443c9c33f43dacdecf86828e54b4e0 to your computer and use it in GitHub Desktop.

Select an option

Save liluo/1f443c9c33f43dacdecf86828e54b4e0 to your computer and use it in GitHub Desktop.
def condition
true
end
def looping
while condition
# do something
end
end
looping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment