<?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: My RDoc Setup</title>
	<atom:link href="http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 17:29:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Erik Ostrom</title>
		<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/comment-page-1/#comment-631</link>
		<dc:creator>Erik Ostrom</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.edschmalzle.com/?p=103#comment-631</guid>
		<description>&lt;p&gt;&lt;code&gt;gem read&lt;/code&gt; is provided by the &lt;code&gt;open_gem&lt;/code&gt; gem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><code>gem read</code> is provided by the <code>open_gem</code> gem.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/comment-page-1/#comment-446</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.edschmalzle.com/?p=103#comment-446</guid>
		<description>&lt;p&gt;@Mike I&#039;m using something (can&#039;t figure out what) that adds commands to gem so that I can say &lt;code&gt;gem read rails&lt;/code&gt; to view the local rdoc for that gem or &lt;code&gt;gem open rails&lt;/code&gt; to open the source for that gem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Mike I&#8217;m using something (can&#8217;t figure out what) that adds commands to gem so that I can say <code>gem read rails</code> to view the local rdoc for that gem or <code>gem open rails</code> to open the source for that gem.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Subelsky</title>
		<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/comment-page-1/#comment-445</link>
		<dc:creator>Mike Subelsky</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.edschmalzle.com/?p=103#comment-445</guid>
		<description>&lt;p&gt;I also didn&#039;t want to run a server just for gemdocs, but found this nice bash function that works awesomely:&lt;/p&gt;

&lt;p&gt;gemdoc() {
  local gems=($GEMDIR/doc/$1*/rdoc/index.html)
  open ${gems[@]: -1}
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I also didn&#8217;t want to run a server just for gemdocs, but found this nice bash function that works awesomely:</p>

<p>gemdoc() {
  local gems=($GEMDIR/doc/$1*/rdoc/index.html)
  open ${gems[@]: -1}
}</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/comment-page-1/#comment-168</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.edschmalzle.com/?p=103#comment-168</guid>
		<description>&lt;p&gt;@Jonathan good catch. I didn&#039;t run into that since I started without any rdoc generated. Post updated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Jonathan good catch. I didn&#8217;t run into that since I started without any rdoc generated. Post updated.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Julian</title>
		<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/comment-page-1/#comment-167</link>
		<dc:creator>Jonathan Julian</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.edschmalzle.com/?p=103#comment-167</guid>
		<description>&lt;p&gt;&quot;hanna&quot; is a rockin theme, thanks for showing me that! One note, I had to add the --overwrite flag to my gem rdoc command to regenerate all my docs.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;hanna&#8221; is a rockin theme, thanks for showing me that! One note, I had to add the &#8211;overwrite flag to my gem rdoc command to regenerate all my docs.</p>]]></content:encoded>
	</item>
</channel>
</rss>

