<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Actionscript splat (argument unpacking)</title>
	<atom:link href="http://rel.me/2008/02/14/actionscript-splat-argument-unpacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://rel.me/2008/02/14/actionscript-splat-argument-unpacking/</link>
	<description></description>
	<lastBuildDate>Sun, 04 Sep 2011 09:27:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Eric</title>
		<link>http://rel.me/2008/02/14/actionscript-splat-argument-unpacking/#comment-19</link>
		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Thu, 14 Feb 2008 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">/2008/03/18/actionscript-splat-argument-unpacking#comment-19</guid>
		<description><![CDATA[Totally. The splat turns out to be a really useful little idiom for Ruby.

Have you asked Adobe?

http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

e]]></description>
		<content:encoded><![CDATA[<p>Totally. The splat turns out to be a really useful little idiom for Ruby.</p>
<p>Have you asked Adobe?</p>
<p><a href="http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform" rel="nofollow">http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform</a></p>
<p>e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Carden</title>
		<link>http://rel.me/2008/02/14/actionscript-splat-argument-unpacking/#comment-20</link>
		<dc:creator><![CDATA[Tom Carden]]></dc:creator>
		<pubDate>Thu, 14 Feb 2008 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">/2008/03/18/actionscript-splat-argument-unpacking#comment-20</guid>
		<description><![CDATA[I ran into this last week.  I have a base class that takes a ... rest argument at the end of its constructor.  It has a subclass which also takes ... rest at the end of its constructor.  Currently the base class has to inspect rest[0] to see if it&#039;s an Array, but that&#039;s only OK because none of the expected arguments are Arrays.

If I understand your post correctly, I could be using function.apply() in some circumstances, but I&#039;m not sure that would work in a constructor call to super?

Ack.]]></description>
		<content:encoded><![CDATA[<p>I ran into this last week.  I have a base class that takes a &#8230; rest argument at the end of its constructor.  It has a subclass which also takes &#8230; rest at the end of its constructor.  Currently the base class has to inspect rest[0] to see if it&#8217;s an Array, but that&#8217;s only OK because none of the expected arguments are Arrays.</p>
<p>If I understand your post correctly, I could be using function.apply() in some circumstances, but I&#8217;m not sure that would work in a constructor call to super?</p>
<p>Ack.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

