Skip to content

Instantly share code, notes, and snippets.

@snoble
Created December 23, 2012 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save snoble/4365689 to your computer and use it in GitHub Desktop.
Save snoble/4365689 to your computer and use it in GitHub Desktop.
def foo(x); 99; end
a = foo (44) / 11
foo = 99999999
b = foo (44) / 11
puts "a: #{a} b: #{b}" #output of "a: 99 b: 9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment