<?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>Infoeduindia Tutorial World &#187; ruby</title>
	<atom:link href="http://infoeduindia.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://infoeduindia.com</link>
	<description>A collection of Free Tutorials</description>
	<lastBuildDate>Wed, 03 Aug 2011 16:27:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ruby on Rails for Designers</title>
		<link>http://infoeduindia.com/2009/06/11/ruby-on-rails-for-designers-3/</link>
		<comments>http://infoeduindia.com/2009/06/11/ruby-on-rails-for-designers-3/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:10:33 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2959</guid>
		<description><![CDATA[Ruby on Rails for Designers View Tutorial Tags: rails, ruby, ruby on rails, Ruby Tutorials, tutorial, tutorials]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/ruby-on-rails-for-designers-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby Performance Misconceptions</title>
		<link>http://infoeduindia.com/2009/06/11/ruby-performance-misconceptions-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/ruby-performance-misconceptions-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:07:57 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2955</guid>
		<description><![CDATA[It is a common Ruby misconception that certain argument handling techniques are faster than others, as well as using constants will increase the performance of your app compared to that of using locally scoped literals for regular expressions, strings, etc. Some frameworks such as Merb take pride in performance, and contain single ruby scripts packed [...]]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/ruby-performance-misconceptions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sexy Benchmarks With RGauge</title>
		<link>http://infoeduindia.com/2009/06/11/sexy-benchmarks-with-rgauge-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/sexy-benchmarks-with-rgauge-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:07:23 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2953</guid>
		<description><![CDATA[So simple and easy I do not even need to speak in this screencast! View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/sexy-benchmarks-with-rgauge-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rack Middleware Tutorial</title>
		<link>http://infoeduindia.com/2009/06/11/rack-middleware-tutorial-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/rack-middleware-tutorial-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:06:52 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2951</guid>
		<description><![CDATA[So you discovered Ruby&#8217;s Rack &#8216;web framework framework&#8217;, and would like to know how to extend it, this is done using Rack middleware. We will go through creating a basic Rack application, and a JSON response middleware. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/rack-middleware-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metaclasses Made Easy</title>
		<link>http://infoeduindia.com/2009/06/11/metaclasses-made-easy-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/metaclasses-made-easy-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:06:11 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2949</guid>
		<description><![CDATA[Be confused no more! metaclasses and metaprogramming explained with great ease. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/metaclasses-made-easy-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing gettext strings with Ruby</title>
		<link>http://infoeduindia.com/2009/06/11/parsing-gettext-strings-with-ruby-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/parsing-gettext-strings-with-ruby-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:05:24 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2947</guid>
		<description><![CDATA[Basic hash, regular expressions and blocks tutorial. View Tutorial Tags: Php, ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/parsing-gettext-strings-with-ruby-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Module mixin best pratices</title>
		<link>http://infoeduindia.com/2009/06/11/module-mixin-best-pratices-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/module-mixin-best-pratices-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:04:48 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2945</guid>
		<description><![CDATA[Common conventions used for module mixins View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/module-mixin-best-pratices-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby multi-threaded operations screencast</title>
		<link>http://infoeduindia.com/2009/06/11/ruby-multi-threaded-operations-screencast-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/ruby-multi-threaded-operations-screencast-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:04:11 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2943</guid>
		<description><![CDATA[Speed up your program using ruby threads View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/ruby-multi-threaded-operations-screencast-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean up code with to_proc method</title>
		<link>http://infoeduindia.com/2009/06/11/clean-up-code-with-to_proc-method-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/clean-up-code-with-to_proc-method-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:03:28 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2941</guid>
		<description><![CDATA[Quick yet effective way to clean up simplistic blocks View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/clean-up-code-with-to_proc-method-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic ruby methods</title>
		<link>http://infoeduindia.com/2009/06/11/dynamic-ruby-methods-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/dynamic-ruby-methods-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:02:41 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2939</guid>
		<description><![CDATA[Utilize the method_missing method to create dynamic methods at runtime View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/dynamic-ruby-methods-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend methods with alias chaining</title>
		<link>http://infoeduindia.com/2009/06/11/extend-methods-with-alias-chaining-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/extend-methods-with-alias-chaining-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:02:05 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2937</guid>
		<description><![CDATA[Extend existing ruby methods to add your own functionality while retaining previous functionality. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/extend-methods-with-alias-chaining-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sub-command executables with Commander gem</title>
		<link>http://infoeduindia.com/2009/06/11/sub-command-executables-with-commander-gem-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/sub-command-executables-with-commander-gem-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:01:15 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2935</guid>
		<description><![CDATA[Commander is a Ruby Gem aimed towards simplifying the sub-command/master-command structure of many executables. (dont forget to watch the screencast). View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/sub-command-executables-with-commander-gem-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring the Ruby Facets gem</title>
		<link>http://infoeduindia.com/2009/06/11/exploring-the-ruby-facets-gem-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/exploring-the-ruby-facets-gem-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:00:34 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2933</guid>
		<description><![CDATA[The facets gem is packed full of common functionality that is certainly welcome along-side of the standard library. If you are not using it, chances are you SHOULD be. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/exploring-the-ruby-facets-gem-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enumerable method examples</title>
		<link>http://infoeduindia.com/2009/06/11/enumerable-method-examples-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/enumerable-method-examples-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:59:47 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/2009/06/11/enumerable-method-examples-2/</guid>
		<description><![CDATA[Learn about common, and less common Enumerable methods for iterating, finding, collecting, removing members and much more. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/enumerable-method-examples-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modular Ruby With Inherited Method</title>
		<link>http://infoeduindia.com/2009/06/11/modular-ruby-with-inherited-method-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/modular-ruby-with-inherited-method-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:58:47 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2929</guid>
		<description><![CDATA[Use inheritance features of Ruby to create a small auto-registering plugin pattern. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/modular-ruby-with-inherited-method-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Flip Flop operators</title>
		<link>http://infoeduindia.com/2009/06/11/ruby-flip-flop-operators/</link>
		<comments>http://infoeduindia.com/2009/06/11/ruby-flip-flop-operators/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:57:52 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2927</guid>
		<description><![CDATA[Learn about the flip flop operators and how they can save you time, keeping your Ruby scripts clean. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/ruby-flip-flop-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby PHP Equivilents</title>
		<link>http://infoeduindia.com/2009/06/11/ruby-php-equivilents/</link>
		<comments>http://infoeduindia.com/2009/06/11/ruby-php-equivilents/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:57:08 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2925</guid>
		<description><![CDATA[Learning Ruby and used to working with PHP? Here are some useful tips when crossing over. View Tutorial Tags: Php, ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/ruby-php-equivilents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Ruby Tricks You Should Be Using</title>
		<link>http://infoeduindia.com/2009/06/11/21-ruby-tricks-you-should-be-using/</link>
		<comments>http://infoeduindia.com/2009/06/11/21-ruby-tricks-you-should-be-using/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:56:18 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2923</guid>
		<description><![CDATA[A run through of 21 tricks and tips (some arcane, some not) you can use in the Ruby programming language. View Tutorial Tags: html, ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/21-ruby-tricks-you-should-be-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://infoeduindia.com/2009/06/11/2922/</link>
		<comments>http://infoeduindia.com/2009/06/11/2922/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:55:24 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/2009/06/11/2922/</guid>
		<description><![CDATA[Tutorial on how to use the Advanced User Interface in WxRuby, it&#8217;s good for creating cool desktop applications. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/2922/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Scintilla in WxRuby</title>
		<link>http://infoeduindia.com/2009/06/11/more-scintilla-in-wxruby/</link>
		<comments>http://infoeduindia.com/2009/06/11/more-scintilla-in-wxruby/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:17:37 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2604</guid>
		<description><![CDATA[A discussion on custom key commands and custom behavior. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/more-scintilla-in-wxruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scintilla basics in WxRuby</title>
		<link>http://infoeduindia.com/2009/06/11/scintilla-basics-in-wxruby/</link>
		<comments>http://infoeduindia.com/2009/06/11/scintilla-basics-in-wxruby/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:16:59 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2602</guid>
		<description><![CDATA[Tutorial on the basics of the Scintilla component in WxRuby, it&#8217;s used to create syntax coloring and more to create great programming editors. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/scintilla-basics-in-wxruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registration form with Merb and Datamapper</title>
		<link>http://infoeduindia.com/2009/06/11/registration-form-with-merb-and-datamapper/</link>
		<comments>http://infoeduindia.com/2009/06/11/registration-form-with-merb-and-datamapper/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:16:30 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2600</guid>
		<description><![CDATA[This tutorial describes how to create a registration form with the Ruby framework Merb (RoR alternative) and the Ruby ORM Datamapper. It covers most things such as, templating with ERB and validation of user input. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/registration-form-with-merb-and-datamapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Spin-up: Where Did That Method Come From?</title>
		<link>http://infoeduindia.com/2009/06/11/ruby-spin-up-where-did-that-method-come-from/</link>
		<comments>http://infoeduindia.com/2009/06/11/ruby-spin-up-where-did-that-method-come-from/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:15:30 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2598</guid>
		<description><![CDATA[A tutorial that gives a nice background on some object-oriented thinking in Ruby, including classes, superclasses, modules, and singleton methods. It&#8217;s a straightforward tutorial aimed at those who have gotten their feet wet in Ruby, but not the object-oriented aspects of Ruby. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/ruby-spin-up-where-did-that-method-come-from/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behavior-driven Testing with RSpec</title>
		<link>http://infoeduindia.com/2009/06/11/behavior-driven-testing-with-rspec/</link>
		<comments>http://infoeduindia.com/2009/06/11/behavior-driven-testing-with-rspec/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:14:46 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2596</guid>
		<description><![CDATA[Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/behavior-driven-testing-with-rspec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Ruby</title>
		<link>http://infoeduindia.com/2009/06/11/an-introduction-to-ruby/</link>
		<comments>http://infoeduindia.com/2009/06/11/an-introduction-to-ruby/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:12:44 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2594</guid>
		<description><![CDATA[This extensive tutorial runs through the main aspects of Ruby. It contains example code on the main constructs, using object-oriented aspects of the language, dealing with Exceptions, advanced topics, and more. It&#8217;s a good start to getting your feet wet in Ruby. View Tutorial Tags: html, ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/an-introduction-to-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Ruby Extension in C in 5 Minutes</title>
		<link>http://infoeduindia.com/2009/06/11/how-to-create-a-ruby-extension-in-c-in-5-minutes/</link>
		<comments>http://infoeduindia.com/2009/06/11/how-to-create-a-ruby-extension-in-c-in-5-minutes/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:11:59 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2592</guid>
		<description><![CDATA[A walkthrough of building an extension for Ruby in C with code examples that only take a few minutes to follow. View Tutorial Tags: html, ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/how-to-create-a-ruby-extension-in-c-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Symbols</title>
		<link>http://infoeduindia.com/2009/06/11/using-symbols/</link>
		<comments>http://infoeduindia.com/2009/06/11/using-symbols/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:11:12 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2590</guid>
		<description><![CDATA[Symbols in Ruby are among the most confused aspects of the language. This tutorial covers what they&#8217;re used for, when to use them, and their advantages and disadvantages. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/using-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Basics of Ruby</title>
		<link>http://infoeduindia.com/2009/06/11/the-basics-of-ruby-2/</link>
		<comments>http://infoeduindia.com/2009/06/11/the-basics-of-ruby-2/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:10:35 +0000</pubDate>
		<dc:creator>ankit</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2588</guid>
		<description><![CDATA[This is a detailed beginner&#8217;s introduction to Ruby. It covers general language constructs like loops, arrays, and collections, and it also covers more intermediate topics like regular expressions, file IO, object oriented programming, and exceptions. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/the-basics-of-ruby-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modular Ruby With Inherited Method</title>
		<link>http://infoeduindia.com/2009/06/11/modular-ruby-with-inherited-method/</link>
		<comments>http://infoeduindia.com/2009/06/11/modular-ruby-with-inherited-method/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2584</guid>
		<description><![CDATA[Use inheritance features of Ruby to create a small auto-registering plugin pattern. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/modular-ruby-with-inherited-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enumerable method examples</title>
		<link>http://infoeduindia.com/2009/06/11/enumerable-method-examples/</link>
		<comments>http://infoeduindia.com/2009/06/11/enumerable-method-examples/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:31:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby Tutorials]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://infoeduindia.com/?p=2582</guid>
		<description><![CDATA[Learn about common, and less common Enumerable methods for iterating, finding, collecting, removing members and much more. View Tutorial Tags: ruby, Ruby Tutorials, tutorial]]></description>
		<wfw:commentRss>http://infoeduindia.com/2009/06/11/enumerable-method-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
