<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Access Modifiers &#8211; Weaker API and Security Support in Ruby?</title>
	<atom:link href="http://johnragan.wordpress.com/2009/02/26/access-modifiers-weaker-api-and-security-support-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnragan.wordpress.com/2009/02/26/access-modifiers-weaker-api-and-security-support-in-ruby/</link>
	<description>My experiences in developing, managing and applying Agile processes</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:23:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Neeraj</title>
		<link>http://johnragan.wordpress.com/2009/02/26/access-modifiers-weaker-api-and-security-support-in-ruby/#comment-8</link>
		<dc:creator><![CDATA[Neeraj]]></dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://johnragan.wordpress.com/?p=9#comment-8</guid>
		<description><![CDATA[David Black mentioned that in order to understand protected method all you need to know is this.

At the time you call a protected method on x, self must be an instance of the same class (or a subclass) as x.

more at http://neeraj.name/blog/articles/270-deciphering-protected-methods-in-ruby]]></description>
		<content:encoded><![CDATA[<p>David Black mentioned that in order to understand protected method all you need to know is this.</p>
<p>At the time you call a protected method on x, self must be an instance of the same class (or a subclass) as x.</p>
<p>more at <a href="http://neeraj.name/blog/articles/270-deciphering-protected-methods-in-ruby" rel="nofollow">http://neeraj.name/blog/articles/270-deciphering-protected-methods-in-ruby</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

