Things I'd forget if I didn't post them here.
require 'irb/completion'IRB.conf[:AUTO_INDENT] = trueIRB.conf[:USE_READLINE] = trueIRB.conf[:PROMPT_MODE] = :SIMPLE
\# call ri from within irbdef ri(*names) system(%{ri.bat #{names.map {|name| name.to_s}.join(" ")}})end
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.