<?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-designpattern/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-designpattern/feed" />
	<item>
		<title>RubyでSingletonパターン考察3・Mutexでマルチスレッド対応</title>
		<link>https://worthliv.com/ruby_rubysingleton3mutex.html</link>
		<comments>https://worthliv.com/ruby_rubysingleton3mutex.html#comments</comments>
		<pubDate>Mon, 19 Aug 2013 05:44:29 +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=1238</guid>
		<description><![CDATA[Singletonインスタンスが生成されているかどうかをif 条件文で判定して、Singletonパターンをマルチスレッドに対応させることを考えてみた。 その場合、Mutexクラスを使えばできそうだ・・・ということで、T [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_rubysingleton3mutex.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_rubysingleton3mutex.html" />
	</item>
		<item>
		<title>RubyでSingletonパターン考察2・マルチスレッド対応</title>
		<link>https://worthliv.com/ruby_rubysingleton2.html</link>
		<comments>https://worthliv.com/ruby_rubysingleton2.html#comments</comments>
		<pubDate>Sun, 18 Aug 2013 13:45: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=1237</guid>
		<description><![CDATA[前回、RubyでSingletonパターン考察1で、if 条件判定によるSingletonパターンを書いてみましたが、これはマルチスレッドの場合に複数インスタンスが生成されてしまう問題がありました。 スポンサーリンク S [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_rubysingleton2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_rubysingleton2.html" />
	</item>
		<item>
		<title>RubyでSingletonパターン考察1</title>
		<link>https://worthliv.com/ruby_rubysingleton1.html</link>
		<comments>https://worthliv.com/ruby_rubysingleton1.html#comments</comments>
		<pubDate>Sun, 18 Aug 2013 13:17:20 +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=1236</guid>
		<description><![CDATA[Rubyでデザインパターンの一つである、Singletonパターンを考えてみる。 スポンサーリンク 単純なSingletonパターン class Singleton @@singleton = nil # new をpr [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_rubysingleton1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_rubysingleton1.html" />
	</item>
	</channel>
</rss>
