<?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/"
	>

<channel>
	<title>Brian Wigginton &#187; Ruby</title>
	<atom:link href="http://www.bwigg.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bwigg.com</link>
	<description>libB - Notes &#38; Tutorials on Delicious Bytes of Technology</description>
	<lastBuildDate>Tue, 16 Feb 2010 01:28:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[TIP] Ruby GUI Applications and Empty Console Window</title>
		<link>http://www.bwigg.com/2008/08/tip-ruby-gui-applications-and-empty-console-window/</link>
		<comments>http://www.bwigg.com/2008/08/tip-ruby-gui-applications-and-empty-console-window/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 20:53:45 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=23</guid>
		<description><![CDATA[While writing a Ruby GUI app I kept seeing an empty console window. As it turns out there are two ruby executables that you can use to run your Ruby scripts: ruby, which is a CUI (Console User Interface) and rubyw, a GUI (Graphical User Interface) used to launch GUI Apps. Using rubyw will prevent [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2008/08/tip-ruby-gui-applications-and-empty-console-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
