[ruby] interactive editor (vim)

http://d.hatena.ne.jp/ke_takahashi/20100912/p2

interactive editor (vim)
running vim in IRB

[hirasawa@localhost ~]$ pwd
/home/hirasawa
[hirasawa@localhost ~]$ cat ./.irbrc 
require 'rubygems'
require 'interactive_editor'

[hirasawa@localhost ~]$ 

こりゃええわ

[root@localhost i386]# gem install interactive_editor
Fetching: spoon-0.0.1.gem (100%)
Fetching: interactive_editor-0.0.10.gem (100%)
Successfully installed spoon-0.0.1
Successfully installed interactive_editor-0.0.10
2 gems installed
Installing ri documentation for spoon-0.0.1...
Installing ri documentation for interactive_editor-0.0.10...
Installing RDoc documentation for spoon-0.0.1...
Installing RDoc documentation for interactive_editor-0.0.10...
[root@localhost i386]#