Skip to content

Instantly share code, notes, and snippets.

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