<?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: [Ruby Skills] * and where</title>
	<atom:link href="http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:47:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/comment-page-1/#comment-39503</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 26 Jun 2008 19:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-39503</guid>
		<description>&lt;p&gt;Hi Brandon - no I think it should be OK. Actually the &#039;splat&#039; operator is already there:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&gt;&gt; x = [1,2,3]
=&gt; [1, 2, 3]
&gt;&gt; [10, *x]
=&gt; [10, 1, 2, 3]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It&#039;s syntactically different from the multiply operator (note there&#039;s no left-hand-side). Ruby 1.9 just adds a load of new tricks you can do with it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Brandon &#8211; no I think it should be OK. Actually the &#8217;splat&#8217; operator is already there:</p>
<pre><code>&gt;&gt; x = [1,2,3]
=&gt; [1, 2, 3]
&gt;&gt; [10, *x]
=&gt; [10, 1, 2, 3]
</code></pre>
<p>It&#8217;s syntactically different from the multiply operator (note there&#8217;s no left-hand-side). Ruby 1.9 just adds a load of new tricks you can do with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Zylstra</title>
		<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/comment-page-1/#comment-39500</link>
		<dc:creator>Brandon Zylstra</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-39500</guid>
		<description>&lt;p&gt;Will this create a conflict when Ruby 1.9 adds the * operator? 
http://pragdave.blogs.pragprog.com/pragdave/2008/06/silly-ruby-19-t.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Will this create a conflict when Ruby 1.9 adds the * operator?<br />
<a href="http://pragdave.blogs.pragprog.com/pragdave/2008/06/silly-ruby-19-t.html" rel="nofollow">http://pragdave.blogs.pragprog.com/pragdave/2008/06/silly-ruby-19-t.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderrr</title>
		<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/comment-page-1/#comment-31094</link>
		<dc:creator>coderrr</dc:creator>
		<pubDate>Wed, 09 Apr 2008 23:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-31094</guid>
		<description>&lt;p&gt;nice idioms!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nice idioms!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/comment-page-1/#comment-31074</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Wed, 09 Apr 2008 19:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-31074</guid>
		<description>&lt;p&gt;Great stuff!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

