Created
May 5, 2011 18:24
-
-
Save aasmith/957592 to your computer and use it in GitHub Desktop.
Why ruby can't scale to the enterprise
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def tries | |
@tries ||= 1 | |
(@tries += 1) - 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this_gist++