<?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"
	>
<channel>
	<title>Comments on: Task Parameters in Rake 0.8.0</title>
	<atom:link href="http://geeksomnia.com/2007/12/20/task-parameters-in-rake-080/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksomnia.com/2007/12/20/task-parameters-in-rake-080/</link>
	<description>healthy and delicious</description>
	<pubDate>Sun, 12 Oct 2008 07:48:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: don</title>
		<link>http://geeksomnia.com/2007/12/20/task-parameters-in-rake-080/#comment-54</link>
		<dc:creator>don</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://geeksomnia.com/2007/12/20/task-parameters-in-rake-080/#comment-54</guid>
		<description>I thought you could simply access the args like this

task :invoke, :command do &#124;task, args&#124;
  puts "Invoking #{args.command}"
end

not much difference but there you go</description>
		<content:encoded><![CDATA[<p>I thought you could simply access the args like this</p>
<p>task :invoke, :command do |task, args|<br />
  puts &#8220;Invoking #{args.command}&#8221;<br />
end</p>
<p>not much difference but there you go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...</title>
		<link>http://geeksomnia.com/2007/12/20/task-parameters-in-rake-080/#comment-50</link>
		<dc:creator>...</dc:creator>
		<pubDate>Mon, 09 Jun 2008 09:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://geeksomnia.com/2007/12/20/task-parameters-in-rake-080/#comment-50</guid>
		<description>correction: last example must be

task :invoke, :command, :needs =&#62; :prerequisite do &#124;task, args&#124;
  # ...
end</description>
		<content:encoded><![CDATA[<p>correction: last example must be</p>
<p>task :invoke, :command, :needs =&gt; :prerequisite do |task, args|<br />
  # &#8230;<br />
end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
