<?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/"
		>
<channel>
	<title>Comments for Tech Notes</title>
	<atom:link href="http://www.datatravels.com/technotes/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.datatravels.com/technotes</link>
	<description>Jason&#039;s Notes on Geeky Stuff</description>
	<lastBuildDate>Tue, 20 Jul 2010 13:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Ruby 1.8.7 patchlevel inconsistency; &quot;super called outside of method&quot; by Jason</title>
		<link>http://www.datatravels.com/technotes/2010/02/24/ruby-187-patchlevel-inconsistency-super-called-out/comment-page-1/#comment-967</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:40:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-967</guid>
		<description>Sorry it took me so long to approve your comments! Thanks for the feedback, much appreciated.

Vitaly &amp; Matt -- 

So based on what you&#039;re both say, you&#039;re telling me that the behavior in p249 is wrong and Ruby should allow this syntax? Really my post wasn&#039;t to say which was right or wrong, but just to document it.

-Jason</description>
		<content:encoded><![CDATA[<p>Sorry it took me so long to approve your comments! Thanks for the feedback, much appreciated.</p>
<p>Vitaly &#038; Matt &#8212; </p>
<p>So based on what you&#039;re both say, you&#039;re telling me that the behavior in p249 is wrong and Ruby should allow this syntax? Really my post wasn&#039;t to say which was right or wrong, but just to document it.</p>
<p>-Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cucumber &#8211; Behavior-Driven Development by Corazon Thelen</title>
		<link>http://www.datatravels.com/technotes/2009/04/28/cucumber-behavior-driven-development/comment-page-1/#comment-786</link>
		<dc:creator>Corazon Thelen</dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:53:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-786</guid>
		<description>I have found it enormously useful. Just saying thanks will not just be enough, for the fantastic clarity inside your writing. If possible, as you gain facts, please update this blog with more information. Regards</description>
		<content:encoded><![CDATA[<p>I have found it enormously useful. Just saying thanks will not just be enough, for the fantastic clarity inside your writing. If possible, as you gain facts, please update this blog with more information. Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby 1.8.7 patchlevel inconsistency; &quot;super called outside of method&quot; by Matt</title>
		<link>http://www.datatravels.com/technotes/2010/02/24/ruby-187-patchlevel-inconsistency-super-called-out/comment-page-1/#comment-764</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 15 Jun 2010 15:36:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-764</guid>
		<description>While I do agree that this isn&#039;t perfect OOP, it is however a very rubyist thing to do, having inherited several legacy apps, this style is everywhere, and is a useful feature that should be kept.</description>
		<content:encoded><![CDATA[<p>While I do agree that this isn&#039;t perfect OOP, it is however a very rubyist thing to do, having inherited several legacy apps, this style is everywhere, and is a useful feature that should be kept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on unsolved: jQuery: Can you redefine the click function on a button? (unsolved mystery) by Josh Clark</title>
		<link>http://www.datatravels.com/technotes/2009/08/14/unsolved-jquery-can-you-redefine-the-click-functio/comment-page-1/#comment-733</link>
		<dc:creator>Josh Clark</dc:creator>
		<pubDate>Fri, 11 Jun 2010 15:15:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-733</guid>
		<description>The .click(handler) function is just a shortcut for .bind(&#039;click&#039;, handler) .  You can use unbind(&#039;click&#039;) to remove the click &quot;event&quot; right before binding the new click &quot;event&quot;.  (I don&#039;t think it&#039;s actually an event, because when I tried .onclick = undefined, it didn&#039;t work.)</description>
		<content:encoded><![CDATA[<p>The .click(handler) function is just a shortcut for .bind(&#039;click&#039;, handler) .  You can use unbind(&#039;click&#039;) to remove the click &#034;event&#034; right before binding the new click &#034;event&#034;.  (I don&#039;t think it&#039;s actually an event, because when I tried .onclick = undefined, it didn&#039;t work.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby 1.8.7 patchlevel inconsistency; &quot;super called outside of method&quot; by Vitaly Kushner</title>
		<link>http://www.datatravels.com/technotes/2010/02/24/ruby-187-patchlevel-inconsistency-super-called-out/comment-page-1/#comment-679</link>
		<dc:creator>Vitaly Kushner</dc:creator>
		<pubDate>Thu, 27 May 2010 15:28:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-679</guid>
		<description>This is not intentional! This is just a bug ;)
As I understand it was introduced just before p248.
http://redmine.ruby-lang.org/issues/show/2537
Should be fixed in the next patchlevel</description>
		<content:encoded><![CDATA[<p>This is not intentional! This is just a bug <img src='http://www.datatravels.com/technotes/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
As I understand it was introduced just before p248.<br />
<a href="http://redmine.ruby-lang.org/issues/show/2537" rel="nofollow">http://redmine.ruby-lang.org/issues/show/2537</a><br />
Should be fixed in the next patchlevel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby 1.8.7 patchlevel inconsistency; &quot;super called outside of method&quot; by Steve</title>
		<link>http://www.datatravels.com/technotes/2010/02/24/ruby-187-patchlevel-inconsistency-super-called-out/comment-page-1/#comment-545</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 10 May 2010 08:14:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-545</guid>
		<description>I&#039;ve see this on a project at work aswell.

Thanks for pointing it out, good to know someone else has noticed it.</description>
		<content:encoded><![CDATA[<p>I&#039;ve see this on a project at work aswell.</p>
<p>Thanks for pointing it out, good to know someone else has noticed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby 1.8.7 patchlevel inconsistency; &quot;super called outside of method&quot; by sax</title>
		<link>http://www.datatravels.com/technotes/2010/02/24/ruby-187-patchlevel-inconsistency-super-called-out/comment-page-1/#comment-408</link>
		<dc:creator>sax</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:54:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-408</guid>
		<description>Interesting. You could probably assign the parent method to an instance variable and then call that in the block. It makes for more complex code, but it make a lot of sense why you&#039;d not want to call super in a block.

&quot;a = Proc.new { super }&quot; is kind of fugly.</description>
		<content:encoded><![CDATA[<p>Interesting. You could probably assign the parent method to an instance variable and then call that in the block. It makes for more complex code, but it make a lot of sense why you&#039;d not want to call super in a block.</p>
<p>&#034;a = Proc.new { super }&#034; is kind of fugly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is important about how sending passwords over open networks and kerberos? What does the user see? Explain Apples vision of highest security in open and shared wireless networks using a mix of Mac OS X client and server products and Kerberos. How is Kerberos  better than everything that came before it? Where was Kerberos developed and what mythological allusion does it derive its name from? by Software  Parental</title>
		<link>http://www.datatravels.com/technotes/2005/12/04/what-is-important-about-how-sending-passwords-over/comment-page-1/#comment-336</link>
		<dc:creator>Software  Parental</dc:creator>
		<pubDate>Thu, 28 Jan 2010 09:33:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-336</guid>
		<description>Good read. Will FWD.</description>
		<content:encoded><![CDATA[<p>Good read. Will FWD.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

