<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Beginning-Ruby-Exercises/Rakefile, branch master</title>
<subtitle>A small collection of exercises for first-time programmers learning Ruby</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Beginning-Ruby-Exercises/'/>
<entry>
<title>Remove Rakefile</title>
<updated>2015-05-25T22:50:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-05-25T22:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Beginning-Ruby-Exercises/commit/?id=aa4dd4f54b0e4c09f0ed2acfa54ab269ee3c5605'/>
<id>aa4dd4f54b0e4c09f0ed2acfa54ab269ee3c5605</id>
<content type='text'>
Would likely overcomplicate things for a beginner. Let's just leave out
the spec directory and the Rakefile. We can now call

    ruby exercises_spec.rb

to run our tests. This will be useful because I'd like to write a script
that will allow you to run just the tests for an individual exercise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Would likely overcomplicate things for a beginner. Let's just leave out
the spec directory and the Rakefile. We can now call

    ruby exercises_spec.rb

to run our tests. This will be useful because I'd like to write a script
that will allow you to run just the tests for an individual exercise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. Mostly complete for today.</title>
<updated>2015-05-25T22:46:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-05-25T22:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Beginning-Ruby-Exercises/commit/?id=4ecd9b2127ff36f4809a13f65172cd5baa072934'/>
<id>4ecd9b2127ff36f4809a13f65172cd5baa072934</id>
<content type='text'>
A set of basic Ruby exercises to get more familiar with functions, and
some basic things with classes.

The exercises are mostly complete as far as today is concerned.

Includes solutions and tests. Will be shifting some files around to make
it easier to run the tests when doing individual exercises.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A set of basic Ruby exercises to get more familiar with functions, and
some basic things with classes.

The exercises are mostly complete as far as today is concerned.

Includes solutions and tests. Will be shifting some files around to make
it easier to run the tests when doing individual exercises.
</pre>
</div>
</content>
</entry>
</feed>
