Skip to content

Instantly share code, notes, and snippets.

@aasmith
Created May 5, 2011 18:24
Show Gist options
  • Save aasmith/957592 to your computer and use it in GitHub Desktop.
Save aasmith/957592 to your computer and use it in GitHub Desktop.
Why ruby can't scale to the enterprise
def tries
@tries ||= 1
(@tries += 1) - 1
end
@foca
Copy link

foca commented May 5, 2011

this_gist++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment