<?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-iterator/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-iterator/feed" />
	<item>
		<title>引数のあるイテレータ</title>
		<link>https://worthliv.com/ruby_post_61.html</link>
		<comments>https://worthliv.com/ruby_post_61.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 23:07:16 +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=1210</guid>
		<description><![CDATA[以下のエントリーの続きです。 スポンサーリンク クラス内にイテレータ定義 イテレータ定義で複数の引数をブロックに渡す ここまでは・・・ def each_all @proflist.each{&#124;prof&#124; yield(p [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_61.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_61.html" />
	</item>
		<item>
		<title>イテレータ定義で複数の引数をブロックに渡す</title>
		<link>https://worthliv.com/ruby_post_60.html</link>
		<comments>https://worthliv.com/ruby_post_60.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 14:01:13 +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=1209</guid>
		<description><![CDATA[イテレータ定義では、ブロックに渡す引数を複数にすることもできる。 yield文に、複数の引数を渡すようにします。 スポンサーリンク require &#34;pp&#34; # 1人のプロフィールのクラス。名前、年齢 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_60.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_60.html" />
	</item>
		<item>
		<title>クラス内にイテレータ定義</title>
		<link>https://worthliv.com/ruby_post_59.html</link>
		<comments>https://worthliv.com/ruby_post_59.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 13:28:07 +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=1208</guid>
		<description><![CDATA[イテレータを定義する・まずは未定義のクラスの例で、イテレータ未定義のクラスの例を見ました。 スポンサーリンク 注目するのは、「pp proflist」で確認できるProfListのオブジェクトの中身です。 以下のようにな [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_59.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_59.html" />
	</item>
		<item>
		<title>イテレータを定義する・まずは未定義のクラスの例</title>
		<link>https://worthliv.com/ruby_post_58.html</link>
		<comments>https://worthliv.com/ruby_post_58.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 12:10:51 +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=1207</guid>
		<description><![CDATA[イテレータを自分で作ることにチャレンジしてみます。 自分で定義したクラスに、イテレータを定義できるのですが、Ruby独特の部分ですので難しいです。 まだ、よく分かっていませんけど、とりあえずイテレータを作る前に、イテレー [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_58.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_58.html" />
	</item>
		<item>
		<title>grepとsort_byメソッド・Enumerableモジュール</title>
		<link>https://worthliv.com/ruby_grepsort_byenumerable.html</link>
		<comments>https://worthliv.com/ruby_grepsort_byenumerable.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 12:00: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=1206</guid>
		<description><![CDATA[Enumerableモジュールには、eachメソッドを用いて定義されている、多数のイテレータ・ブロック処理のためのメソッドが含まれます。 Enumerableモジュールをインクルードしているクラスならば、これらの便利なメ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_grepsort_byenumerable.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_grepsort_byenumerable.html" />
	</item>
		<item>
		<title>ファイルをイテレータ処理</title>
		<link>https://worthliv.com/ruby_post_57.html</link>
		<comments>https://worthliv.com/ruby_post_57.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 10:46:06 +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=1205</guid>
		<description><![CDATA[ファイルをオープンして、1行ずつ読み込んでいく処理もイテレータを用いると簡単です。 以下のデータが記述されたファイルを処理します。 スポンサーリンク lang.dat Ruby, Java Perl, PHP, Java [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_57.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_57.html" />
	</item>
		<item>
		<title>イテレータとは</title>
		<link>https://worthliv.com/ruby_post_56.html</link>
		<comments>https://worthliv.com/ruby_post_56.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 10:00:00 +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=1204</guid>
		<description><![CDATA[イテレータとは、元々は繰り返しという意味ですが、Rubyでは文法構造から、イテレータやブロックという言葉が混同して使われています。 慣れるまではちょっと分かりにくいですが、イテレータやブロックをメソッドに渡す書き方は、R [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_56.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_56.html" />
	</item>
		<item>
		<title>yield でイテレータを独自に定義</title>
		<link>https://worthliv.com/ruby_yield.html</link>
		<comments>https://worthliv.com/ruby_yield.html#comments</comments>
		<pubDate>Mon, 11 Feb 2013 11:59:22 +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=1228</guid>
		<description><![CDATA[Rubyに独特な機能として、カスタマイズしたイテレータを自分で定義できる点があります。 yield というメソッドを用いて、イテレータメソッドからブロックへと処理を戻し、ブロック終端まで処理が進んだら、イテレータメソッド [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_yield.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_yield.html" />
	</item>
	</channel>
</rss>
