<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Serious Orange &#187; Ruby</title>
	<atom:link href="http://seriousorange.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://seriousorange.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jan 2010 02:40:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>the underscore variable in Ruby</title>
		<link>http://seriousorange.com/2009/10/the-underscore-variable-in-ruby/</link>
		<comments>http://seriousorange.com/2009/10/the-underscore-variable-in-ruby/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 11:59:23 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://seriousorange.com/?p=13</guid>
		<description><![CDATA[Seems like the underscore variable returns the result of the previous statement, and you can use it in assignment like you do with Erlang to eat up list members you don&#8217;t care about. >> _ => nil >> 123 => 123 >> _ => 123 >> _, _, a = [1,2,3] => [1, 2, 3] [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like the underscore variable returns the result of the previous statement, and you can use it in assignment like you do with Erlang to eat up list members you don&#8217;t care about.</p>
<blockquote><p><code>>> _<br />
=> nil</p>
<p>>> 123<br />
=> 123</p>
<p>>> _<br />
=> 123</p>
<p>>> _, _, a = [1,2,3]<br />
=> [1, 2, 3]</p>
<p>>> a<br />
=> 3</p>
<p>>> _<br />
=> 3<br />
</code>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://seriousorange.com/2009/10/the-underscore-variable-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

