<?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-condition/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-condition/feed" />
	<item>
		<title>case～when文</title>
		<link>https://worthliv.com/ruby_casewhen.html</link>
		<comments>https://worthliv.com/ruby_casewhen.html#comments</comments>
		<pubDate>Sun, 23 Jun 2013 10:09:41 +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=1123</guid>
		<description><![CDATA[if～elsif文が長く続く場合は、case～when文で代替すると、コードが見やすくなります。 スポンサーリンク Rubyのcase～when文は、PHPやCで言うところの、switch～case文の働きに似ています。 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_casewhen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_casewhen.html" />
	</item>
		<item>
		<title>真偽値、empty?メソッド（クエスチョンマーク・はてな）</title>
		<link>https://worthliv.com/ruby_empty.html</link>
		<comments>https://worthliv.com/ruby_empty.html#comments</comments>
		<pubDate>Sun, 23 Jun 2013 07:23:34 +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=1120</guid>
		<description><![CDATA[条件分岐の判断のためには、比較演算子や正規表現でのパターンマッチ、true/falseを返すメソッドなどから返された真偽値（trueまたはfalse）を用いて、評価を行います。 &#62;, &#60;, &#62;=, &#038;l [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_empty.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_empty.html" />
	</item>
		<item>
		<title>if～then～end／else（条件分岐）</title>
		<link>https://worthliv.com/ruby_ifthenendelse.html</link>
		<comments>https://worthliv.com/ruby_ifthenendelse.html#comments</comments>
		<pubDate>Thu, 20 Jun 2013 17:38:03 +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=1101</guid>
		<description><![CDATA[Rubyでのif～else文も、PHPやJavaScriptなど他言語が分かる人なら簡単です。 スポンサーリンク old = 24 if old &#62;= 20 then puts &#039;drink OK&#03 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ifthenendelse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ifthenendelse.html" />
	</item>
	</channel>
</rss>
