<?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; Ruby tips</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-tips/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-tips/feed" />
	<item>
		<title>WWW::Mechanizeをインストール</title>
		<link>https://worthliv.com/ruby_wwwmechanize.html</link>
		<comments>https://worthliv.com/ruby_wwwmechanize.html#comments</comments>
		<pubDate>Tue, 01 Oct 2013 04:21:47 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby tips]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1227</guid>
		<description><![CDATA[Ruby版のWWW::Mechanizeを使ってみたくて、ローカルのWindowsマシンにインストールしてみました。 WWW::Mechanizeは、Perlでも有名なライブラリですね。 早速、コマンドラインから以下のよ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_wwwmechanize.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_wwwmechanize.html" />
	</item>
		<item>
		<title>素数を調べるアルゴリズムを検証しメソッド定義</title>
		<link>https://worthliv.com/ruby_post_62.html</link>
		<comments>https://worthliv.com/ruby_post_62.html#comments</comments>
		<pubDate>Tue, 24 Sep 2013 05:19:45 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby tips]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1225</guid>
		<description><![CDATA[ある整数が素数かどうかを調べるメソッドを考えてみます。 素数とは、その整数自身と1以外の整数で割り切ることができない数のことです。 1桁の素数は、「2, 3, 5, 7」となります。（1は素数に含めない。） スポンサーリ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_62.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_62.html" />
	</item>
		<item>
		<title>ディレクトリに含まれるファイルの、ソースコード行数の総数を返すメソッド</title>
		<link>https://worthliv.com/ruby_post_64.html</link>
		<comments>https://worthliv.com/ruby_post_64.html#comments</comments>
		<pubDate>Sat, 07 Sep 2013 09:42:30 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby tips]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1242</guid>
		<description><![CDATA[ある特定のディレクトリ中に含まれるファイルの、ソースコードがトータルで何行あるかを調べる機会があったので、以下のコードを書いた。 スポンサーリンク あるディレクトリのソースコード行数のトータルを返す def count_ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_64.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_64.html" />
	</item>
		<item>
		<title>Ruby1.9.1のWindows環境へのインストール</title>
		<link>https://worthliv.com/ruby_ruby191windows.html</link>
		<comments>https://worthliv.com/ruby_ruby191windows.html#comments</comments>
		<pubDate>Tue, 12 Feb 2013 07:23:57 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby tips]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1229</guid>
		<description><![CDATA[Rubyが1.9へとバージョンアップされたので、Windows環境へRuby1.9.1をインストールしました。 1.8.xと1.9.xでは、読み知った限りではけっこう変更が大きいみたいです。 スポンサーリンク １．Rub [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ruby191windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ruby191windows.html" />
	</item>
	</channel>
</rss>
