Skip to content

Instantly share code, notes, and snippets.

@pdg137
Last active September 29, 2015 20:01
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 pdg137/2cb48696ed7ba25370b6 to your computer and use it in GitHub Desktop.
Save pdg137/2cb48696ed7ba25370b6 to your computer and use it in GitHub Desktop.
a=10
def b(x=1)
10
end
puts a /2/
5
# prints 1
puts b /2/
5
# prints 10
puts b / 2/
5
# prints 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment