Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. npowell@malaise:~$ cat .irbrc
  2. require 'irb/completion'
  3. require 'pp'
  4.  
  5.  
  6. IRB.conf[:USE_READLINE] = true
  7. IRB.conf[:AUTO_INDENT] = true
  8. IRB.conf[:PROMPT_MODE]=:SIMPLE
  9.  
  10. require 'wirble'
  11. Wirble.init
  12. Wirble.colorize
Add Comment
Please, Sign In to add comment