<?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: Assert two arrays contain the same elements (updated)</title>
	<atom:link href="http://www.dweebd.com/ruby/assert-two-arrays-contain-the-same-elements-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dweebd.com/ruby/assert-two-arrays-contain-the-same-elements-updated/</link>
	<description>Web Freshness</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:08:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antonio Riu</title>
		<link>http://www.dweebd.com/ruby/assert-two-arrays-contain-the-same-elements-updated/comment-page-1/#comment-627</link>
		<dc:creator>Antonio Riu</dc:creator>
		<pubDate>Tue, 03 Jan 2012 10:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dweebd.com/ruby/assert-two-arrays-contain-the-same-elements-updated/#comment-627</guid>
		<description>My solution:

assert (array1.sort!.eql?(array2.sort!))</description>
		<content:encoded><![CDATA[<p>My solution:</p>
<p>assert (array1.sort!.eql?(array2.sort!))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

