Skip to content

Instantly share code, notes, and snippets.

@matiaskorhonen
Created October 13, 2011 09:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiaskorhonen/1283841 to your computer and use it in GitHub Desktop.
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.
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