Created
October 13, 2011 09:31
-
-
Save matiaskorhonen/1283841 to your computer and use it in GitHub Desktop.
A common irb complaint is that its output is too verbose. Disabling this option makes irb print no output.
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
irb_context.echo = false | |
# More config options: | |
# http://tagaholic.me/2009/05/29/exploring-how-to-configure-irb.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment