Mostly git and ruby stuff

This commit is contained in:
Gregory Eremin
2013-02-22 16:32:41 +04:00
parent 3a950f2ed9
commit a4c14bc74a
13 changed files with 47 additions and 20 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
AwesomePrint.defaults = {
indent: -2,
index: false
index: false,
raw: true
}
View File
+9
View File
@@ -0,0 +1,9 @@
require 'irb'
require 'irb/completion'
require 'irb/ext/save-history'
require 'rubygems'
require 'ap'
IRB.conf[:SAVE_HISTORY] = 100
IRB.conf[:AUTO_INDENT] = true
AwesomePrint.irb!