<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: JRuby</title>
	<link>http://tech.puredanger.com/2006/11/07/jruby/</link>
	<description>Alex Miller's technical blog</description>
	<pubDate>Sun, 27 Jul 2008 01:26:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Alex</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/#comment-201</link>
		<pubDate>Thu, 09 Nov 2006 19:12:04 +0000</pubDate>
		<guid>http://tech.puredanger.com/2006/11/07/jruby/#comment-201</guid>
					<description>Thanks!  Fixed.</description>
		<content:encoded><![CDATA[<p>Thanks!  Fixed.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Navjeet</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/#comment-200</link>
		<pubDate>Thu, 09 Nov 2006 19:06:53 +0000</pubDate>
		<guid>http://tech.puredanger.com/2006/11/07/jruby/#comment-200</guid>
					<description>First of all thanks for posting these notes. It is useful to those of us who could not attend. Just a few corrections to the code.

mc = MClass.new(&quot;Joe&quot;)

should be

mc = MyClass.new(&quot;Joe&quot;)

include_class &quot;java.lang.util.ArrayList&quot;

should be

include_class &quot;java.util.ArrayList&quot;

And finally

each { &amp;#124;x&amp;#124; puts x }

should probably be

x.each { &amp;#124;x&amp;#124; puts x } 
or better 
x.each { &amp;#124;y&amp;#124; puts y }</description>
		<content:encoded><![CDATA[<p>First of all thanks for posting these notes. It is useful to those of us who could not attend. Just a few corrections to the code.</p>
<p>mc = MClass.new(&#8221;Joe&#8221;)</p>
<p>should be</p>
<p>mc = MyClass.new(&#8221;Joe&#8221;)</p>
<p>include_class &#8220;java.lang.util.ArrayList&#8221;</p>
<p>should be</p>
<p>include_class &#8220;java.util.ArrayList&#8221;</p>
<p>And finally</p>
<p>each { |x| puts x }</p>
<p>should probably be</p>
<p>x.each { |x| puts x }<br />
or better<br />
x.each { |y| puts y }
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alex</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/#comment-199</link>
		<pubDate>Wed, 08 Nov 2006 15:13:37 +0000</pubDate>
		<guid>http://tech.puredanger.com/2006/11/07/jruby/#comment-199</guid>
					<description>Thanks!  I'll update the transcript to make it more Ruby-friendly... :)</description>
		<content:encoded><![CDATA[<p>Thanks!  I&#8217;ll update the transcript to make it more Ruby-friendly&#8230; :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Damian</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/#comment-198</link>
		<pubDate>Wed, 08 Nov 2006 15:01:11 +0000</pubDate>
		<guid>http://tech.puredanger.com/2006/11/07/jruby/#comment-198</guid>
					<description>Thanks for this. Ruby comments use '#' not '//', incidentally.</description>
		<content:encoded><![CDATA[<p>Thanks for this. Ruby comments use &#8216;#&#8217; not &#8216;//&#8217;, incidentally.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
