Skip to content

Instantly share code, notes, and snippets.

@barinek
Created February 8, 2010 21:17
Show Gist options
  • Save barinek/298588 to your computer and use it in GitHub Desktop.
Save barinek/298588 to your computer and use it in GitHub Desktop.
dynamic typing
def foo(first, second = first, third = second.size)
[first, second, third]
end
puts foo("hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment