<?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>継承の書き方。 へのコメント</title>
	<atom:link href="http://saikyoline.jp/weblog/2007/09/15/151828.html/feed" rel="self" type="application/rss+xml" />
	<link>http://saikyoline.jp/weblog/2007/09/15/151828.html</link>
	<description>コンピュータに関係あることとか、ないこととか。</description>
	<lastBuildDate>Mon, 13 Jun 2011 05:17:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>yoshuki より</title>
		<link>http://saikyoline.jp/weblog/2007/09/15/151828.html/comment-page-1#comment-133</link>
		<dc:creator>yoshuki</dc:creator>
		<pubDate>Sun, 16 Sep 2007 01:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=455#comment-133</guid>
		<description>なるほど、そこにselfが必要なんですね。

(class Bar &lt; (class Foo; def hoge; puts &#039;Yes!&#039;; end; self end); self end).new.hoge #=&gt; Yes!

うぉ、動いた！ありがとうございました！
</description>
		<content:encoded><![CDATA[<p>なるほど、そこにselfが必要なんですね。</p>
<p>(class Bar &lt; (class Foo; def hoge; puts &#8216;Yes!&#8217;; end; self end); self end).new.hoge #=&gt; Yes!</p>
<p>うぉ、動いた！ありがとうございました！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yugui より</title>
		<link>http://saikyoline.jp/weblog/2007/09/15/151828.html/comment-page-1#comment-132</link>
		<dc:creator>Yugui</dc:creator>
		<pubDate>Sat, 15 Sep 2007 14:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=455#comment-132</guid>
		<description>こうです。メソッド定義だけだとclass式がnilに評価されてしまうのですよ。

class Bar &lt; (class Foo; def hoge; puts &#039;Yes!&#039;; end; self end); end
</description>
		<content:encoded><![CDATA[<p>こうです。メソッド定義だけだとclass式がnilに評価されてしまうのですよ。</p>
<p>class Bar &lt; (class Foo; def hoge; puts &#8216;Yes!&#8217;; end; self end); end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

