<?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>tony spencer &#187; Ruby</title>
	<atom:link href="http://www.tonyspencer.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Thu, 09 Apr 2009 13:19:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby&#8217;s try{ catch } block</title>
		<link>http://www.tonyspencer.com/2007/10/16/rubys-try-catch-block/</link>
		<comments>http://www.tonyspencer.com/2007/10/16/rubys-try-catch-block/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 23:03:15 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/10/16/rubys-try-catch-block/</guid>
		<description><![CDATA[As are many posts on this blog, this one is just a reminder for myself and anyone else who can&#8217;t remember the ruby equivalent of a try/catch block and has had to Google it several times because their memory sucks:
begin
&#8230;
rescue
&#8230;
end
Now next time I Google it I won&#8217;t have to sift through 10 articles.   [...]]]></description>
			<content:encoded><![CDATA[<p>As are many posts on this blog, this one is just a reminder for myself and anyone else who can&#8217;t remember the ruby equivalent of a try/catch block and has had to Google it several times because their memory sucks<span id="more-196"></span>:</p>
<h1>begin</h1>
<p>&#8230;</p>
<h1>rescue</h1>
<p>&#8230;</p>
<h1>end</h1>
<p>Now next time I Google it I won&#8217;t have to sift through 10 articles.  <img src='http://www.tonyspencer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/10/16/rubys-try-catch-block/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

