<?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 on: Extending the e Text Editor for Ruby Programming</title>
	<atom:link href="http://www.yashlabs.com/wp/2007/09/03/extending-the-e-text-editor-for-ruby-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yashlabs.com/wp/2007/09/03/extending-the-e-text-editor-for-ruby-programming/</link>
	<description>Finance, Technology and the pursuit of Alpha Beauty</description>
	<lastBuildDate>Wed, 03 Feb 2010 20:04:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh</title>
		<link>http://www.yashlabs.com/wp/2007/09/03/extending-the-e-text-editor-for-ruby-programming/comment-page-1/#comment-19528</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 18 Sep 2007 02:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.yashlabs.com/wp/?p=153#comment-19528</guid>
		<description>Yes, the additional methods include the object methods.</description>
		<content:encoded><![CDATA[<p>Yes, the additional methods include the object methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadowfiend</title>
		<link>http://www.yashlabs.com/wp/2007/09/03/extending-the-e-text-editor-for-ruby-programming/comment-page-1/#comment-19518</link>
		<dc:creator>Shadowfiend</dc:creator>
		<pubDate>Mon, 17 Sep 2007 22:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.yashlabs.com/wp/?p=153#comment-19518</guid>
		<description>FYI, the reason you were getting more methods with [].methods is because Object#methods returns the methods of the receiver *instance*. Thus, Array.methods asks the Array instance of the Class class `what methods can I invoke on you&#039;. You can get method information for the receiver *class* by using Module#public_instance_methods, #protected_instance_methods, and #private_instance_methods. To wit, Array.public_instance_methods == [].methods. This asks the Array instance of the Class class `what methods can I invoke on an instance of you?&#039;.</description>
		<content:encoded><![CDATA[<p>FYI, the reason you were getting more methods with [].methods is because Object#methods returns the methods of the receiver *instance*. Thus, Array.methods asks the Array instance of the Class class `what methods can I invoke on you&#8217;. You can get method information for the receiver *class* by using Module#public_instance_methods, #protected_instance_methods, and #private_instance_methods. To wit, Array.public_instance_methods == [].methods. This asks the Array instance of the Class class `what methods can I invoke on an instance of you?&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian liem</title>
		<link>http://www.yashlabs.com/wp/2007/09/03/extending-the-e-text-editor-for-ruby-programming/comment-page-1/#comment-18710</link>
		<dc:creator>adrian liem</dc:creator>
		<pubDate>Tue, 04 Sep 2007 09:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.yashlabs.com/wp/?p=153#comment-18710</guid>
		<description>i think it will be wonderful if the snippet can test the variable at the left of the cursor -- whether the variable is string, integer, or array -- and then pop up the respective data type list of methods :)</description>
		<content:encoded><![CDATA[<p>i think it will be wonderful if the snippet can test the variable at the left of the cursor &#8212; whether the variable is string, integer, or array &#8212; and then pop up the respective data type list of methods <img src='http://www.yashlabs.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.738 seconds -->
