Last active
September 25, 2015 03:58
-
-
Save dgrijalva/859334 to your computer and use it in GitHub Desktop.
My .irbrc (IRB Quick snippets)
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
# Time something | |
def t; t = Time.now; r = yield; puts Time.now - t; r; end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment