Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Last active December 22, 2015 09:08
Show Gist options
  • Save tagrudev/6449850 to your computer and use it in GitHub Desktop.
Save tagrudev/6449850 to your computer and use it in GitHub Desktop.
def yolo
a = "WAT"
def frak
a = "WAT2"
end
frak
puts a
end
yolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment