<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TIP: Ruby, IRB Auto-Complete</title>
	<atom:link href="http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/</link>
	<description>hacking my life</description>
	<lastBuildDate>Fri, 30 Apr 2010 15:36:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: include</title>
		<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/comment-page-1/#comment-671</link>
		<dc:creator>include</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sufixo.com/raw/?p=76#comment-671</guid>
		<description>Hi DMG

your tip sounds great. I will try out bond. [ http://github.com/cldwalker/bond ]

looks like it&#039;s a nice tool to have [ http://ruby-toolbox.com/categories/irb_tools.html ] it&#039;s listed in the Ruby toolbox. :)

have fun

Cheers :)</description>
		<content:encoded><![CDATA[<p>Hi DMG</p>
<p>your tip sounds great. I will try out bond. [ <a href="http://github.com/cldwalker/bond" rel="nofollow">http://github.com/cldwalker/bond</a> ]</p>
<p>looks like it&#8217;s a nice tool to have [ <a href="http://ruby-toolbox.com/categories/irb_tools.html" rel="nofollow">http://ruby-toolbox.com/categories/irb_tools.html</a> ] it&#8217;s listed in the Ruby toolbox. <img src='http://www.sufixo.com/raw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>have fun</p>
<p>Cheers <img src='http://www.sufixo.com/raw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DGM</title>
		<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/comment-page-1/#comment-670</link>
		<dc:creator>DGM</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sufixo.com/raw/?p=76#comment-670</guid>
		<description>Nice work. Actually some additions on top:

#!/usr/bin/ruby
# coding: utf-8

require &#039;rubygems&#039;
require &#039;wirble&#039;

# Include tab-completion in irb
#require &#039;irb/completion&#039;

#instead I choose Bond
require &#039;bond&#039;
require &#039;bond/completion&#039;
...

rest is OK for me.
3 Cheers :)</description>
		<content:encoded><![CDATA[<p>Nice work. Actually some additions on top:</p>
<p>#!/usr/bin/ruby<br />
# coding: utf-8</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8216;wirble&#8217;</p>
<p># Include tab-completion in irb<br />
#require &#8216;irb/completion&#8217;</p>
<p>#instead I choose Bond<br />
require &#8216;bond&#8217;<br />
require &#8216;bond/completion&#8217;<br />
&#8230;</p>
<p>rest is OK for me.<br />
3 Cheers <img src='http://www.sufixo.com/raw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MetalElf0</title>
		<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/comment-page-1/#comment-578</link>
		<dc:creator>MetalElf0</dc:creator>
		<pubDate>Wed, 24 Jun 2009 07:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sufixo.com/raw/?p=76#comment-578</guid>
		<description>Thanks for the post, really helpful!</description>
		<content:encoded><![CDATA[<p>Thanks for the post, really helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: include</title>
		<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/comment-page-1/#comment-570</link>
		<dc:creator>include</dc:creator>
		<pubDate>Tue, 09 Jun 2009 09:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sufixo.com/raw/?p=76#comment-570</guid>
		<description>Thanks @Vidul :)</description>
		<content:encoded><![CDATA[<p>Thanks @Vidul <img src='http://www.sufixo.com/raw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidul</title>
		<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/comment-page-1/#comment-569</link>
		<dc:creator>Vidul</dc:creator>
		<pubDate>Tue, 09 Jun 2009 04:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sufixo.com/raw/?p=76#comment-569</guid>
		<description>Thanks, both the post and the comment help a lot!</description>
		<content:encoded><![CDATA[<p>Thanks, both the post and the comment help a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: include</title>
		<link>http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/comment-page-1/#comment-4</link>
		<dc:creator>include</dc:creator>
		<pubDate>Tue, 20 May 2008 19:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sufixo.com/raw/?p=76#comment-4</guid>
		<description>nice add is:

require &#039;rubygems&#039;
require &#039;wirble&#039;

IRB.conf[:AUTO_INDENT] = true
IRB.conf[:USE_READLINE] = true
IRB.conf[:LOAD_MODULES] = [] unless IRB.conf.key?(:LOAD_MODULES)
unless IRB.conf[:LOAD_MODULES].include?(&#039;irb/completion&#039;)
IRB.conf[:LOAD_MODULES] &lt;&lt; &#039;irb/completion&#039;
end

Wirble.init
Wirble.colorize

to get colors on it :P</description>
		<content:encoded><![CDATA[<p>nice add is:</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8216;wirble&#8217;</p>
<p>IRB.conf[:AUTO_INDENT] = true<br />
IRB.conf[:USE_READLINE] = true<br />
IRB.conf[:LOAD_MODULES] = [] unless IRB.conf.key?(:LOAD_MODULES)<br />
unless IRB.conf[:LOAD_MODULES].include?(&#8216;irb/completion&#8217;)<br />
IRB.conf[:LOAD_MODULES] < < &#8216;irb/completion&#8217;<br />
end</p>
<p>Wirble.init<br />
Wirble.colorize</p>
<p>to get colors on it <img src='http://www.sufixo.com/raw/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
