<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Programming With Ruby Episode 2, Getting Started</title>
	<atom:link href="http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/</link>
	<description>Teaching You, One Tutorial at a Time</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:36:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Tyler</title>
		<link>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/#comment-3894</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sun, 06 Mar 2011 16:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://manwithcode.com/?p=55#comment-3894</guid>
		<description>This happens because when you just run the program, it&#039;s able to do everything it&#039;s been programmed to do so quickly that it displays the results and exits before you ever get a chance to see the results. Whereas when you run it from the command prompt, it&#039;s output stays in the command prompt window, and that window doesn&#039;t close because it&#039;s waiting for you to run another command. You can make it possible to run your program and see it before it closes by adding &quot;gets&quot; (without quotes) as the last line of your program. Your program will then wait for you to press enter before it closes and you&#039;ll get to see everything it printed out.</description>
		<content:encoded><![CDATA[<p>This happens because when you just run the program, it&#8217;s able to do everything it&#8217;s been programmed to do so quickly that it displays the results and exits before you ever get a chance to see the results. Whereas when you run it from the command prompt, it&#8217;s output stays in the command prompt window, and that window doesn&#8217;t close because it&#8217;s waiting for you to run another command. You can make it possible to run your program and see it before it closes by adding &#8220;gets&#8221; (without quotes) as the last line of your program. Your program will then wait for you to press enter before it closes and you&#8217;ll get to see everything it printed out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/#comment-3885</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 03 Mar 2011 23:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://manwithcode.com/?p=55#comment-3885</guid>
		<description>hello Tyler,
after double clicking, my program hello.rb ends quickly without letting me see the content. no problem by command line. why this happens?

thank you, and truly good luck with the website.</description>
		<content:encoded><![CDATA[<p>hello Tyler,<br />
after double clicking, my program hello.rb ends quickly without letting me see the content. no problem by command line. why this happens?</p>
<p>thank you, and truly good luck with the website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/#comment-3297</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://manwithcode.com/?p=55#comment-3297</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://manwithcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orodos</title>
		<link>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/#comment-3296</link>
		<dc:creator>orodos</dc:creator>
		<pubDate>Fri, 09 Jul 2010 02:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://manwithcode.com/?p=55#comment-3296</guid>
		<description>tyler:
you rule, man.</description>
		<content:encoded><![CDATA[<p>tyler:<br />
you rule, man.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

