gemrc and irbrc added

This commit is contained in:
Hunter Haugen 2010-06-30 21:59:06 -07:00
parent 689d7b0f51
commit e77643ad14
2 changed files with 4 additions and 0 deletions

1
.gemrc Normal file
View file

@ -0,0 +1 @@
gem: --no-ri --no-rdoc

3
.irbrc Normal file
View file

@ -0,0 +1,3 @@
require 'rubygems'
require 'interactive_editor'