<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; 演算子</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-operator/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/ruby/ruby-operator/feed" />
	<item>
		<title>配列演算子[], []= を再定義</title>
		<link>https://worthliv.com/ruby_post_55.html</link>
		<comments>https://worthliv.com/ruby_post_55.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 09:51:50 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[演算子]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1203</guid>
		<description><![CDATA[演算子オーバーロードで作った2点間の距離を求めるクラスを拡張して、インスタンス変数@x, @yに、pt[0], pt[1]でアクセスでき、[]=で代入できるようにします。 スポンサーリンク class Distance  [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_55.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_55.html" />
	</item>
		<item>
		<title>演算子オーバーロード</title>
		<link>https://worthliv.com/ruby_post_54.html</link>
		<comments>https://worthliv.com/ruby_post_54.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 08:43:46 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[演算子]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1202</guid>
		<description><![CDATA[Rubyの演算子の多くは、実はインスタンスメソッドとして実装されています。 ですので、新たに定義して意味を変えることができます。 C++でいう演算子のオーバーロード（のようなこと）ができるわけです。 スポンサーリンク 再 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_54.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_54.html" />
	</item>
		<item>
		<title>論理演算子を用いた代入などのイディオム</title>
		<link>https://worthliv.com/ruby_post_53.html</link>
		<comments>https://worthliv.com/ruby_post_53.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 04:34:39 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[演算子]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1200</guid>
		<description><![CDATA[論理演算子を用いた、代入などのイディオムをいくつ紹介。 スポンサーリンク var = nil name = var &#124;&#124; &#34;Ruby&#34; puts name var = &#34;nil&#34;  [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_53.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_53.html" />
	</item>
	</channel>
</rss>
