<?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: RQuery: refactored and simplified</title>
	<atom:link href="http://nickelcode.com/2009/08/22/rquery-refactored-and-simplified/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickelcode.com/2009/08/22/rquery-refactored-and-simplified/</link>
	<description>penny for your thoughts, nickel for your code</description>
	<lastBuildDate>Sun, 15 Aug 2010 20:52:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: John Bender</title>
		<link>http://nickelcode.com/2009/08/22/rquery-refactored-and-simplified/comment-page-1/#comment-8295</link>
		<dc:creator>John Bender</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=492#comment-8295</guid>
		<description>@Dag

I think the current syntax is terse enough and allows me to avoid using instance_eval which I make a point of avoiding where possible. Feel free to fork and hack as you please though, it would be cool to see an alternate implementation</description>
		<content:encoded><![CDATA[<p>@Dag</p>
<p>I think the current syntax is terse enough and allows me to avoid using instance_eval which I make a point of avoiding where possible. Feel free to fork and hack as you please though, it would be cool to see an alternate implementation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dag</title>
		<link>http://nickelcode.com/2009/08/22/rquery-refactored-and-simplified/comment-page-1/#comment-8281</link>
		<dc:creator>Dag</dc:creator>
		<pubDate>Mon, 14 Sep 2009 06:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=492#comment-8281</guid>
		<description>You could have #where take a &amp;block and instance_eval it in the context of the object, and have a syntax like User.where { age == 12 }.</description>
		<content:encoded><![CDATA[<p>You could have #where take a &amp;block and instance_eval it in the context of the object, and have a syntax like User.where { age == 12 }.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
