<?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; Arrayクラス（配列）</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-array/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-array/feed" />
	<item>
		<title>配列の要素を削除</title>
		<link>https://worthliv.com/ruby_post_34.html</link>
		<comments>https://worthliv.com/ruby_post_34.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 23:00:08 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1166</guid>
		<description><![CDATA[配列の要素を削除するには、以下のようなメソッドを使います。 スポンサーリンク hash = { &#34;Takasi&#34; =&#62; 175, &#34;Youko&#34; =&#62; 162, &#038;qu [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_34.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_34.html" />
	</item>
		<item>
		<title>配列とイテレータ・繰り返し</title>
		<link>https://worthliv.com/ruby_post_28.html</link>
		<comments>https://worthliv.com/ruby_post_28.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 10:20:59 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1156</guid>
		<description><![CDATA[配列をイテレータ、for, whileなどのループ文で処理する例です。 スポンサーリンク puts &#34;---配列をイテレータで操作する&#34; a = %w&#124;appele orange melon bana [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_28.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_28.html" />
	</item>
		<item>
		<title>配列の要素を置き換える・ソートする</title>
		<link>https://worthliv.com/ruby_post_27.html</link>
		<comments>https://worthliv.com/ruby_post_27.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 07:14:43 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1155</guid>
		<description><![CDATA[配列の要素を置き換えたり、ソートしたりするメソッドです。 スポンサーリンク a = [5, 3, 2, 8, 12, 9] p a puts &#34;---要素にブロックを実行&#34; a.map!{&#124;i&#124; i  [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_27.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_27.html" />
	</item>
		<item>
		<title>配列から要素を取り除くメソッド</title>
		<link>https://worthliv.com/ruby_post_26.html</link>
		<comments>https://worthliv.com/ruby_post_26.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 06:45:36 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1154</guid>
		<description><![CDATA[配列から要素を取り除くメソッドです。 スポンサーリンク a = [&#039;a&#039;, &#039;b&#039;, &#039;c&#039;, nil, &#039;d&#039;, nil, &#039;e [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_26.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_26.html" />
	</item>
		<item>
		<title>配列に要素を追加するメソッド</title>
		<link>https://worthliv.com/ruby_post_25.html</link>
		<comments>https://worthliv.com/ruby_post_25.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 05:59:28 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1153</guid>
		<description><![CDATA[配列を操作するメソッドのうち、配列に要素を追加するメソッドを見ていきます。 スポンサーリンク a = %w&#124;dog horse bear&#124; # 配列に要素を追加 puts &#34;---末尾に追加&#34; a.p [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_25.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_25.html" />
	</item>
		<item>
		<title>配列の集合としての操作</title>
		<link>https://worthliv.com/ruby_post_24.html</link>
		<comments>https://worthliv.com/ruby_post_24.html#comments</comments>
		<pubDate>Mon, 24 Jun 2013 19:51:16 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1152</guid>
		<description><![CDATA[ary = %w&#124;A, B, C, D, E&#124; p ary.values_at(1, 4, 0) # とびとびに参照 ary1 = [&#34;a&#34;, &#34;b&#34;, &#34;c&#34; [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_24.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_24.html" />
	</item>
		<item>
		<title>配列を操作する／要素の変更・追加・要素へのアクセス</title>
		<link>https://worthliv.com/ruby_post_23.html</link>
		<comments>https://worthliv.com/ruby_post_23.html#comments</comments>
		<pubDate>Mon, 24 Jun 2013 19:48:36 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1151</guid>
		<description><![CDATA[# 配列要素へのアクセス w = [&#34;Sunday&#34;, &#34;Monday&#34;, &#34;Tuesday&#34;, &#34;Wednesday&#34;, &#34;Th [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_23.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_23.html" />
	</item>
		<item>
		<title>色んな配列の作り方</title>
		<link>https://worthliv.com/ruby_post_22.html</link>
		<comments>https://worthliv.com/ruby_post_22.html#comments</comments>
		<pubDate>Mon, 24 Jun 2013 18:14:07 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1150</guid>
		<description><![CDATA[Rubyで配列を作るには、色々な方法があります。 スポンサーリンク array = [1, 3, 5, 7, 9] strings = [&#34;abc&#34;, &#34;def&#34;, &#34;g [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_22.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_22.html" />
	</item>
		<item>
		<title>配列の要素数を調べる</title>
		<link>https://worthliv.com/ruby_post_3.html</link>
		<comments>https://worthliv.com/ruby_post_3.html#comments</comments>
		<pubDate>Thu, 20 Jun 2013 19:18:06 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1106</guid>
		<description><![CDATA[配列・要素値へのアクセスで例に出した配列において、配列の要素の数（大きさ）を調べる方法です。 配列の要素数を得るには、配列に対してsizeメソッド、またはlengthメソッドを使います。 スポンサーリンク profile [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_3.html" />
	</item>
		<item>
		<title>配列・要素値へのアクセス</title>
		<link>https://worthliv.com/ruby_post_2.html</link>
		<comments>https://worthliv.com/ruby_post_2.html#comments</comments>
		<pubDate>Thu, 20 Jun 2013 18:39:07 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1105</guid>
		<description><![CDATA[Rubyのデータはすべてがオブジェクトですから、配列やハッシュはオブジェクトを格納するオブジェクト（つまりコンテナ）となります。 Rubyの配列の一番簡単な作り方は以下の通りです。 スポンサーリンク profile =  [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_2.html" />
	</item>
		<item>
		<title>Rubyで配列を演算で処理する</title>
		<link>https://worthliv.com/ruby_ruby_9.html</link>
		<comments>https://worthliv.com/ruby_ruby_9.html#comments</comments>
		<pubDate>Thu, 21 Mar 2013 06:20:46 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Arrayクラス（配列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1250</guid>
		<description><![CDATA[最初にこのRubyでの配列操作を見たときは、けっこう感動したのですが、ほんとRubyは直感で書けるところが素敵です。 ヒューマンフレンドリーな言語であり、人間の思考方法、思考回路に近いと感じます。 こういった書き方が可能 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ruby_9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ruby_9.html" />
	</item>
	</channel>
</rss>
