<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: instance code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 20 Aug 2008 23:49:46 GMT</pubDate>
    <description>DZone Snippets: instance code</description>
    <item>
      <title>parameterized instance variables</title>
      <link>http://snippets.dzone.com/posts/show/1082</link>
      <description>// useful when you want to obtain more than one instance of the same type of variable on the &lt;br /&gt;// same page. i.e. two different addresses. credit goes to argv[0] in #rubyonrails on freenode &lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;instance_variable_get("@#{address_type}_address").country.name&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 04:24:03 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1082</guid>
      <author>mkovacs ()</author>
    </item>
  </channel>
</rss>
