Skip to content

Instantly share code, notes, and snippets.

@maxjustus
Created January 30, 2012 19:50
Show Gist options
  • Save maxjustus/1706277 to your computer and use it in GitHub Desktop.
Save maxjustus/1706277 to your computer and use it in GitHub Desktop.
Elimidate temporary array/hash variables
def do_stuff(stuff)
{}.tap do |thing|
thing['guys'] = stuff
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment