Skip to content

Instantly share code, notes, and snippets.

Created May 28, 2010 17:51
Show Gist options
  • Save anonymous/417474 to your computer and use it in GitHub Desktop.
Save anonymous/417474 to your computer and use it in GitHub Desktop.
if a3
name = a1
params = a2
ret = a3
else
name = nil
params = a2
ret = a3
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment