<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Ruby Blender</title>
	
	<link>http://blender.matthewkwilliams.com</link>
	<description />
	<lastBuildDate>Thu, 20 Aug 2009 05:56:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForRubyBlender" /><feedburner:info uri="commentsforrubyblender" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Ruby Bindings and Scope by Matt Haley</title>
		<link>http://feedproxy.google.com/~r/CommentsForRubyBlender/~3/dYyCe17K82c/</link>
		<dc:creator>Matt Haley</dc:creator>
		<pubDate>Thu, 20 Aug 2009 05:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://blender.matthewkwilliams.com/?p=71#comment-933</guid>
		<description>The final example doesn't work on Ruby 1.9.1, line 6 can be changed to:

      return false if eval("#{v}.nil?",b.binding)

and it will work with both Ruby 1.8.6 and 1.9.1.</description>
		<content:encoded><![CDATA[<p>The final example doesn&#8217;t work on Ruby 1.9.1, line 6 can be changed to:</p>
<p>      return false if eval(&#8220;#{v}.nil?&#8221;,b.binding)</p>
<p>and it will work with both Ruby 1.8.6 and 1.9.1.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRubyBlender/~4/dYyCe17K82c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blender.matthewkwilliams.com/2009/08/19/ruby-bindings-and-scope/comment-page-1/#comment-933</feedburner:origLink></item>
	<item>
		<title>Comment on What’s #method_missing missing? by Matt Williams</title>
		<link>http://feedproxy.google.com/~r/CommentsForRubyBlender/~3/0EeYeR95jfA/</link>
		<dc:creator>Matt Williams</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://blender.matthewkwilliams.com/?p=67#comment-932</guid>
		<description>You are most definitely correct.  Oops!  Thanks for catching that.</description>
		<content:encoded><![CDATA[<p>You are most definitely correct.  Oops!  Thanks for catching that.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRubyBlender/~4/0EeYeR95jfA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blender.matthewkwilliams.com/2009/08/18/whats-method_missing-missing/comment-page-1/#comment-932</feedburner:origLink></item>
	<item>
		<title>Comment on What’s #method_missing missing? by Christian Romney</title>
		<link>http://feedproxy.google.com/~r/CommentsForRubyBlender/~3/VRYhkJ2M0Xo/</link>
		<dc:creator>Christian Romney</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://blender.matthewkwilliams.com/?p=67#comment-931</guid>
		<description>You're still missing something. This is better:

  def method_missing(meth, *args, &amp;block)
    if (meth == :i_do_not_exist)
      puts "Yes, actually you do"
    else   
      super(meth, *args, &amp;block)
    end
end</description>
		<content:encoded><![CDATA[<p>You&#8217;re still missing something. This is better:</p>
<p>  def method_missing(meth, *args, &amp;block)<br />
    if (meth == :i_do_not_exist)<br />
      puts &#8220;Yes, actually you do&#8221;<br />
    else<br />
      super(meth, *args, &amp;block)<br />
    end<br />
end</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRubyBlender/~4/VRYhkJ2M0Xo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blender.matthewkwilliams.com/2009/08/18/whats-method_missing-missing/comment-page-1/#comment-931</feedburner:origLink></item>
	<item>
		<title>Comment on Overriding operators: two dimensional arrays by Destinee</title>
		<link>http://feedproxy.google.com/~r/CommentsForRubyBlender/~3/AyXmHPEaHDg/</link>
		<dc:creator>Destinee</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blender.matthewkwilliams.com/?p=58#comment-927</guid>
		<description>&lt;strong&gt;Destinee...&lt;/strong&gt;

an interesting take on a boring topic....</description>
		<content:encoded><![CDATA[<p><strong>Destinee&#8230;</strong></p>
<p>an interesting take on a boring topic&#8230;.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRubyBlender/~4/AyXmHPEaHDg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blender.matthewkwilliams.com/2009/02/23/overriding-operators-two-dimensional-arrays/comment-page-1/#comment-927</feedburner:origLink></item>
	<item>
		<title>Comment on irbrc goodness by Gabriel</title>
		<link>http://feedproxy.google.com/~r/CommentsForRubyBlender/~3/tf28b1nFX2c/</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blender.matthewkwilliams.com/?p=47#comment-3</guid>
		<description>Here's my github project devoted just to irb goodness: http://github.com/cldwalker/irbfiles/tree/master
Some original but most from others.
If you're looking for a sweet method inspection tool for irb, check out http://github.com/matthew/method_lister/tree/master</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my github project devoted just to irb goodness: <a href="http://github.com/cldwalker/irbfiles/tree/master" rel="nofollow">http://github.com/cldwalker/irbfiles/tree/master</a><br />
Some original but most from others.<br />
If you&#8217;re looking for a sweet method inspection tool for irb, check out <a href="http://github.com/matthew/method_lister/tree/master" rel="nofollow">http://github.com/matthew/method_lister/tree/master</a></p>
<img src="http://feeds.feedburner.com/~r/CommentsForRubyBlender/~4/tf28b1nFX2c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blender.matthewkwilliams.com/2009/02/18/irbrc-goodness/comment-page-1/#comment-3</feedburner:origLink></item>
	<item>
		<title>Comment on irbrc goodness by my_methods revisited at Ruby Blender</title>
		<link>http://feedproxy.google.com/~r/CommentsForRubyBlender/~3/LbmzRFoFAWo/</link>
		<dc:creator>my_methods revisited at Ruby Blender</dc:creator>
		<pubDate>Thu, 19 Feb 2009 11:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blender.matthewkwilliams.com/?p=47#comment-2</guid>
		<description>[...] in                 « irbrc goodness             19Feb09   my_methods revisited    programming ruby          In irbrc [...]</description>
		<content:encoded><![CDATA[<p>[...] in    &nbsp;            &laquo; irbrc goodness             19Feb09   my_methods revisited    programming ruby          In irbrc [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRubyBlender/~4/LbmzRFoFAWo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blender.matthewkwilliams.com/2009/02/18/irbrc-goodness/comment-page-1/#comment-2</feedburner:origLink></item>
</channel>
</rss>
