My simple ~/.irbrc
require "irb/completion"
require "irb/ext/save-history"
IRB.conf[:SAVE_HISTORY] = 10000
require "awesome_print"
AwesomePrint.irb!
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!
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.