<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Proper way to detect Windows platform in Ruby</title>
	<atom:link href="http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/</link>
	<description>Programming, Web and all things Computer.</description>
	<lastBuildDate>Sun, 21 Feb 2010 18:38:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; Rails Reading - November 15, 2009</title>
		<link>http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/comment-page-1/#comment-39792</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; Rails Reading - November 15, 2009</dc:creator>
		<pubDate>Sun, 15 Nov 2009 13:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/#comment-39792</guid>
		<description>[...]  Proper way to detect Windows platform in Ruby - The Empty Way  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Proper way to detect Windows platform in Ruby &#8211; The Empty Way  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/comment-page-1/#comment-39583</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/#comment-39583</guid>
		<description>Here&#039;s how I currently do it
$ gem install sane

then

require &#039;sane/os&#039; # ok so it&#039;s my own gem
OS.windows?

:)</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how I currently do it<br />
$ gem install sane</p>
<p>then</p>
<p>require &#8217;sane/os&#8217; # ok so it&#8217;s my own gem<br />
OS.windows?</p>
<p> <img src='http://blog.emptyway.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/comment-page-1/#comment-39397</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 04 Nov 2009 17:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/#comment-39397</guid>
		<description>Ah nice one. I&#039;m no Ruby expert, but use it for builds and acceptance testing (cucumber/watir) in our .Net environment. 

We&#039;re switching architecture at the moment, so it&#039;s something I need to know for the build. Was close to doing it the way you mention not to.

Great tip.</description>
		<content:encoded><![CDATA[<p>Ah nice one. I&#8217;m no Ruby expert, but use it for builds and acceptance testing (cucumber/watir) in our .Net environment. </p>
<p>We&#8217;re switching architecture at the moment, so it&#8217;s something I need to know for the build. Was close to doing it the way you mention not to.</p>
<p>Great tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
