RSS Amplifier

Shorts · Jun 29, 2015

irbrc

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

My simple ~/.irbrc require "irb/completion" require "irb/ext/save-history" IRB.conf[:SAVE_HISTORY] = 10000 require "awesome_print" AwesomePrint.irb!

My simple ~/.irbrc

require "irb/completion"
require "irb/ext/save-history"
IRB.conf[:SAVE_HISTORY] = 10000
require "awesome_print"
AwesomePrint.irb!

Read on ankane.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.