Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tessereth on github.
  • I am tessab (https://keybase.io/tessab) on keybase.
  • I have a public key whose fingerprint is BCC7 1A25 19B9 D5D5 9D59 676B DF64 0BCE 2E86 6153

To claim this, I am signing this object:

@tessereth
tessereth / .irbrc
Last active October 31, 2016 04:28
Useful irb config
# Activate auto-completion.
require 'irb/completion'
# Use the simple prompt if possible.
IRB.conf[:PROMPT_MODE] = :SIMPLE if IRB.conf[:PROMPT_MODE] == :DEFAULT
# Setup permanent history.
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 100