.irbrc

在用户更目录新建文件 .irbrc

require 'irb/completion' # 自动完成
require 'irb/ext/save-history' 
require 'awesome_print'  # ap 

IRB.conf[:SAVE_HISTORY] = 1000
IRB.conf[:PROMPT_MODE] = :SIMPLE
IRB.conf[:AUTO_INDENT] = true  # 自动缩进

irb ri 设置

http://shashanzhao.com/archives/866.html

你可能感兴趣的:(.irbrc)