Skip to content

Instantly share code, notes, and snippets.

@DavidEGrayson
Created October 1, 2015 01:00
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 DavidEGrayson/16ef92902a4f61c03983 to your computer and use it in GitHub Desktop.
Save DavidEGrayson/16ef92902a4f61c03983 to your computer and use it in GitHub Desktop.
a = 10
def b(x = 1)
10
end
puts a /2/
5
puts b /2/
5
puts a / 2/
5
puts b / 2/
5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment