<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/ruby/tags/irbrc</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 03:59:25 GMT</pubDate>
<item>
<title>(Ruby) Charles Roper's custom .irbrc for Windows - charlesroper</title>
<link>http://snipplr.com/view/7379/charles-ropers-custom-irbrc-for-windows/</link>
<description><![CDATA[ <p>1. Make sure the following environment variable is set:

  WinXP:
  HOME=C:\Documents and Settings\*username*

  Vista:
  HOME=C:\Users\*username*

2. Create an .irbrc file in %HOME%:
  
  $ cd %HOME%
  $ touch .irbrc

If you don't have touch installed, use a good text editor to save the .irbrc. E Text Editor is good, as is Notepad++.

3. Install the following gems:

fastri
[http://eigenclass.org/hiki.rb?cmd=view&amp;p=fastri&amp;key=fastri]

map_by_method and what_methods
[http://drnicwilliams.com/2006/10/12/my-irbrc-for-consoleirb/]

wirble
[http://pablotron.org/software/wirble/]

win32console
http://rubyforge.org/projects/winconsole/</p> ]]></description>
<pubDate>Fri, 18 Jul 2008 11:59:50 GMT</pubDate>
<guid>http://snipplr.com/view/7379/charles-ropers-custom-irbrc-for-windows/</guid>
</item>
<item>
<title>(Ruby) .irbrc - brianjlandau</title>
<link>http://snipplr.com/view/5484/irbrc/</link>
<description><![CDATA[ <p>This is my personal IRB config file</p> ]]></description>
<pubDate>Tue, 18 Mar 2008 18:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/5484/irbrc/</guid>
</item>
<item>
<title>(Ruby) my irbrc - ctran</title>
<link>http://snipplr.com/view/1026/my-irbrc/</link>
<description><![CDATA[ <p>Put this in your .irbrc to turn on autocompletion and remember the last 100 commands</p> ]]></description>
<pubDate>Thu, 07 Sep 2006 08:37:48 GMT</pubDate>
<guid>http://snipplr.com/view/1026/my-irbrc/</guid>
</item>
</channel>
</rss>