ruby_koans.git
7 years agoadded new file to id public master
Lucas BARBUTO [Thu, 25 Aug 2016 03:18:20 +0000 (13:18 +1000)]
added new file to id public

7 years agoJust testing!
Lucas James Barbuto [Wed, 24 Aug 2016 06:12:18 +0000 (16:12 +1000)]
Just testing!

11 years agoMerge pull request #77 from thebinarypenguin/about-hashes-bonus-question
Marc Peabody [Tue, 5 Jun 2012 19:19:07 +0000 (12:19 -0700)]
Merge pull request #77 from thebinarypenguin/about-hashes-bonus-question

Modify test to better illustrate point

11 years agoModify test to better illustrate point
Ethan Zimmerman [Tue, 5 Jun 2012 18:22:14 +0000 (14:22 -0400)]
Modify test to better illustrate point

12 years agoMerge pull request #72 from Erkan-Yilmaz/master
Marc Peabody [Thu, 8 Mar 2012 14:35:36 +0000 (06:35 -0800)]
Merge pull request #72 from Erkan-Yilmaz/master

missing: ) + first example output adapted

12 years agoseems screen output of the 1st example changed
Erkan Yilmaz [Thu, 8 Mar 2012 13:03:45 +0000 (14:03 +0100)]
seems screen output of the 1st example changed

12 years agoadd missing: )
Erkan Yilmaz [Thu, 8 Mar 2012 12:57:01 +0000 (13:57 +0100)]
add missing: )

12 years agoMerge branch 'master' of github.com:edgecase/ruby_koans
Matthew Boston [Thu, 23 Feb 2012 16:19:54 +0000 (11:19 -0500)]
Merge branch 'master' of github.com:edgecase/ruby_koans

12 years agoMerge branch 'master' of github.com:edgecase/ruby_koans
Matthew Boston [Fri, 10 Feb 2012 21:32:45 +0000 (16:32 -0500)]
Merge branch 'master' of github.com:edgecase/ruby_koans

12 years agoMerge branch 'master' of github.com:edgecase/ruby_koans
Matthew Boston [Fri, 10 Feb 2012 21:32:34 +0000 (16:32 -0500)]
Merge branch 'master' of github.com:edgecase/ruby_koans

12 years agoMerge pull request #70 from saterus/master
Matthew Boston [Fri, 10 Feb 2012 21:32:14 +0000 (13:32 -0800)]
Merge pull request #70 from saterus/master

Switch from Autotest to Watchr

12 years agoUse rake instead of directly invoking path_to_enlightenment.
Alex Burkhart [Fri, 10 Feb 2012 19:36:50 +0000 (19:36 +0000)]
Use rake instead of directly invoking path_to_enlightenment.

12 years agoRemoved autotest. Added Watchr script.
Alex Burkhart [Thu, 9 Feb 2012 18:57:31 +0000 (18:57 +0000)]
Removed autotest. Added Watchr script.

12 years agoremove line-ending whitespace
Matthew Boston [Wed, 8 Feb 2012 03:16:52 +0000 (22:16 -0500)]
remove line-ending whitespace

12 years agowhitespace cleanup
Matthew Boston [Tue, 7 Feb 2012 04:17:48 +0000 (23:17 -0500)]
whitespace cleanup

12 years agoMerge pull request #68 from liuhenry/master
Matthew Boston [Fri, 27 Jan 2012 18:51:25 +0000 (10:51 -0800)]
Merge pull request #68 from liuhenry/master

Fixed color support in OS X

12 years agoupdate Rakefile to use pre-defined directories
Matthew Boston [Fri, 27 Jan 2012 15:39:22 +0000 (10:39 -0500)]
update Rakefile to use pre-defined directories

12 years agonot sure why the extra line was thrown in...
Matthew Boston [Fri, 27 Jan 2012 15:34:00 +0000 (10:34 -0500)]
not sure why the extra line was thrown in...

12 years agoupdating README with directions for generating the koans
Matthew Boston [Fri, 27 Jan 2012 15:22:08 +0000 (10:22 -0500)]
updating README with directions for generating the koans

12 years agoFixed color support in OS X
Henry Liu [Sun, 22 Jan 2012 08:17:45 +0000 (00:17 -0800)]
Fixed color support in OS X

12 years agoMerge pull request #64 from RichLewis007/master
Matthew Boston [Tue, 3 Jan 2012 20:05:21 +0000 (12:05 -0800)]
Merge pull request #64 from RichLewis007/master

Fix typo in comments in about_sandwich_code.rb

12 years agoremoved duplicate word "The" in comment.
Rich Lewis [Tue, 20 Dec 2011 20:42:07 +0000 (15:42 -0500)]
removed duplicate word "The" in comment.

12 years agoAdded koans directory to the .git ignore list.
Jim Weirich [Sun, 4 Dec 2011 07:48:20 +0000 (02:48 -0500)]
Added koans directory to the .git ignore list.

12 years agoRemove koans directory from source control.
Jim Weirich [Sun, 4 Dec 2011 07:47:24 +0000 (02:47 -0500)]
Remove koans directory from source control.

Patches were submitted against the koans directory rather than the
src directory. This lead to potential problems when we regenerate the
koans directory from scratch, leading to the very real possibility
that changes could be lost.

Please make all changes to the src directory and use "rake gen" (or
"rake regen") to generate the koans directory as needed.

12 years agoRestrict assert checks to .rb files.
Jim Weirich [Sun, 4 Dec 2011 07:41:54 +0000 (02:41 -0500)]
Restrict assert checks to .rb files.

12 years agoUpdated koans directory from source.
Jim Weirich [Sun, 4 Dec 2011 07:40:08 +0000 (02:40 -0500)]
Updated koans directory from source.

12 years agoAdded __ to assert with no __ blanks.
Jim Weirich [Sun, 4 Dec 2011 07:39:29 +0000 (02:39 -0500)]
Added __ to assert with no __ blanks.

12 years agoRemoved support for Ruby 1.8.6.
Jim Weirich [Sun, 4 Dec 2011 07:35:47 +0000 (02:35 -0500)]
Removed support for Ruby 1.8.6.

12 years agoAdd a dummy KeyError to 1.8 so that src koans will run.
Jim Weirich [Sun, 4 Dec 2011 07:14:42 +0000 (02:14 -0500)]
Add a dummy KeyError to 1.8 so that src koans will run.

12 years agoHandle 1.8 VS 1.9 differences in fetch exception.
Jim Weirich [Sun, 4 Dec 2011 07:03:10 +0000 (02:03 -0500)]
Handle 1.8 VS 1.9 differences in fetch exception.

12 years agoBack ported a lot of changes made to the Koans directory.
Jim Weirich [Sun, 4 Dec 2011 07:00:22 +0000 (02:00 -0500)]
Back ported a lot of changes made to the Koans directory.

Evidently, a lot of changes / pull requests were made to the koans
directory and not to the src directory.  Perhaps we should remove the
koans directory entirely from the repo.

12 years agoSilence complaint about Rake::DSL
Jim Weirich [Sun, 4 Dec 2011 06:58:29 +0000 (01:58 -0500)]
Silence complaint about Rake::DSL

12 years agoremoved deprecated require of rake/rdoctask
Jim Weirich [Sun, 4 Dec 2011 06:18:23 +0000 (01:18 -0500)]
removed deprecated require of rake/rdoctask

12 years agoupdated koans with latest src
Jim Weirich [Sun, 4 Dec 2011 06:17:59 +0000 (01:17 -0500)]
updated koans with latest src

12 years agoFixed :each VS "each" conflict in method list inclusion.
Jim Weirich [Sun, 4 Dec 2011 05:57:08 +0000 (00:57 -0500)]
Fixed :each VS "each" conflict in method list inclusion.

12 years agoMerge pull request #60 from lagartoflojo/master
Matt Darby [Sat, 15 Oct 2011 01:10:32 +0000 (18:10 -0700)]
Merge pull request #60 from lagartoflojo/master

Fix a small typo in the comment.

12 years agofix typo in message
Hernán Schmidt [Fri, 14 Oct 2011 23:56:47 +0000 (20:56 -0300)]
fix typo in message

12 years agoMerge pull request #47 from ahmed80dz/master
Matt Darby [Fri, 7 Oct 2011 23:24:23 +0000 (16:24 -0700)]
Merge pull request #47 from ahmed80dz/master

colors in windows using win32console gem

12 years agoas suggested by sunaku
ahmed80dz [Fri, 7 Oct 2011 21:55:12 +0000 (23:55 +0200)]
as suggested by sunaku

12 years agofinally it worked well
ahmed80dz [Fri, 7 Oct 2011 21:13:32 +0000 (23:13 +0200)]
finally it worked well

12 years agoEdited koans/edgecase.rb via GitHub
ahmed80dz [Fri, 7 Oct 2011 20:34:53 +0000 (22:34 +0200)]
Edited koans/edgecase.rb via GitHub

12 years agotesting for win32console
ahmed80dz [Fri, 7 Oct 2011 20:18:59 +0000 (22:18 +0200)]
testing for win32console

12 years agoMerge pull request #52 from dandorman/hash_fetch_koan
Matt Darby [Fri, 7 Oct 2011 19:58:45 +0000 (12:58 -0700)]
Merge pull request #52 from dandorman/hash_fetch_koan

Add koan addressing Hash#fetch.

12 years agoMerge pull request #53 from dandorman/hash_default_block_koans
Matt Darby [Fri, 7 Oct 2011 19:56:59 +0000 (12:56 -0700)]
Merge pull request #53 from dandorman/hash_default_block_koans

Add koans addressing passing a block to Hash#initialize.

12 years agoMerge pull request #54 from bsodmike/master
Matt Darby [Fri, 7 Oct 2011 19:56:07 +0000 (12:56 -0700)]
Merge pull request #54 from bsodmike/master

Others may find these tweaks useful...

12 years agoMerge pull request #55 from deanh/master
Matt Darby [Fri, 7 Oct 2011 19:53:21 +0000 (12:53 -0700)]
Merge pull request #55 from deanh/master

Minor 1.8 v. 1.9 fix and typo

12 years agoFixed discrepancy between results for obj.methods in 1.8 v. 1.9
this guy [Fri, 9 Sep 2011 05:04:43 +0000 (22:04 -0700)]
Fixed discrepancy between results for obj.methods in 1.8 v. 1.9
(String v. Symbol) and what looked to be a typo.

12 years agofew more enlightening tweaks
Michael de Silva [Thu, 8 Sep 2011 21:16:21 +0000 (00:16 +0300)]
few more enlightening tweaks

12 years agoAdd koans addressing passing a block to Hash#initialize.
Dan Dorman [Thu, 8 Sep 2011 15:48:41 +0000 (09:48 -0600)]
Add koans addressing passing a block to Hash#initialize.

12 years agoAdd koan addressing Hash#fetch.
Dan Dorman [Thu, 8 Sep 2011 15:46:02 +0000 (09:46 -0600)]
Add koan addressing Hash#fetch.

12 years agotweak for a more enlightened Regexp koan
Michael de Silva [Thu, 8 Sep 2011 13:23:01 +0000 (16:23 +0300)]
tweak for a more enlightened Regexp koan

12 years agoMerge pull request #50 from daemianmack/master
Matt Yoho [Wed, 31 Aug 2011 21:06:49 +0000 (14:06 -0700)]
Merge pull request #50 from daemianmack/master

Fixed a typo.

12 years agoFix typo.
Daemian Mack [Wed, 31 Aug 2011 21:02:16 +0000 (18:02 -0300)]
Fix typo.

12 years agoEdited src/about_symbols.rb via GitHub
Daemian Mack [Tue, 30 Aug 2011 00:44:30 +0000 (21:44 -0300)]
Edited src/about_symbols.rb via GitHub

12 years agoMerge pull request #49 from daemianmack/master
Matt Yoho [Mon, 29 Aug 2011 19:48:08 +0000 (12:48 -0700)]
Merge pull request #49 from daemianmack/master

Fixed a typo.

12 years agoMerge pull request #48 from daemianmack/patch-1
Matt Yoho [Mon, 29 Aug 2011 15:41:29 +0000 (08:41 -0700)]
Merge pull request #48 from daemianmack/patch-1

Edited src/about_nil.rb via GitHub

12 years agoEdited src/about_nil.rb via GitHub
Daemian Mack [Mon, 29 Aug 2011 20:34:35 +0000 (17:34 -0300)]
Edited src/about_nil.rb via GitHub

12 years agoEdited koans/edgecase.rb via GitHub
ahmed80dz [Tue, 23 Aug 2011 12:28:00 +0000 (14:28 +0200)]
Edited koans/edgecase.rb via GitHub

12 years agoforgot requires
ahmed80dz [Tue, 23 Aug 2011 00:34:01 +0000 (02:34 +0200)]
forgot requires

12 years agousing windows32console gem for colors
ahmed80dz [Tue, 23 Aug 2011 00:24:10 +0000 (02:24 +0200)]
using windows32console gem for colors

12 years agoMerge pull request #46 from connormontgomery/patch-1
Isaac Sanders [Thu, 18 Aug 2011 11:23:27 +0000 (04:23 -0700)]
Merge pull request #46 from connormontgomery/patch-1

Fixed a typo.

12 years agoFixed a typo.
Connor Montgomery [Thu, 18 Aug 2011 07:21:03 +0000 (02:21 -0500)]
Fixed a typo.

12 years agoAdded a note on how to (optionally) install rake.
Matt Darby [Fri, 3 Jun 2011 18:21:25 +0000 (11:21 -0700)]
Added a note on how to (optionally) install rake.

12 years agoMerge pull request #33 from tjkirch/string-fixes
Matt Darby [Fri, 3 Jun 2011 02:39:40 +0000 (19:39 -0700)]
Merge pull request #33 from tjkirch/string-fixes

Small fixes to about_strings

12 years agoClarify string length versus line count
tjkirch [Sun, 6 Mar 2011 12:29:15 +0000 (12:29 +0000)]
Clarify string length versus line count

12 years agoMerge pull request #25 from kimptoc/master
Matt Darby [Thu, 2 Jun 2011 22:28:50 +0000 (15:28 -0700)]
Merge pull request #25 from kimptoc/master

Some minor tweaks

12 years agoMerge pull request #28 from alindeman/master
Matt Darby [Thu, 2 Jun 2011 22:27:39 +0000 (15:27 -0700)]
Merge pull request #28 from alindeman/master

Remove Trailing Whitespace

12 years agoMerge pull request #28 from alindeman/master
Matt Darby [Thu, 2 Jun 2011 22:27:28 +0000 (15:27 -0700)]
Merge pull request #28 from alindeman/master

Remove Trailing Whitespace

12 years agoMerge pull request #30 from greyblake/master
Matt Darby [Thu, 2 Jun 2011 22:27:09 +0000 (15:27 -0700)]
Merge pull request #30 from greyblake/master

Hash default value

12 years agoMerge pull request #31 from erickt/master
Matt Darby [Thu, 2 Jun 2011 22:25:43 +0000 (15:25 -0700)]
Merge pull request #31 from erickt/master

Just a small typo

12 years agoMerge pull request #35 from TheSeparateFirst/master
Matt Darby [Thu, 2 Jun 2011 22:20:34 +0000 (15:20 -0700)]
Merge pull request #35 from TheSeparateFirst/master

Fixed about_strings for multiple rubies

12 years agoMerge pull request #36 from dcoder2099/master
Matt Darby [Thu, 2 Jun 2011 22:13:44 +0000 (15:13 -0700)]
Merge pull request #36 from dcoder2099/master

Fixed a typo in about_inheritance.rb

12 years agoMerge pull request #42 from kowen/master
Matt Darby [Thu, 2 Jun 2011 22:06:58 +0000 (15:06 -0700)]
Merge pull request #42 from kowen/master

Adding missing assert in iteration test.

12 years agoMerge pull request #43 from rtlechow/master
Matt Darby [Thu, 2 Jun 2011 21:49:23 +0000 (14:49 -0700)]
Merge pull request #43 from rtlechow/master

Just some typos.

12 years agoTypos.
R.T. Lechow [Thu, 2 Jun 2011 21:46:41 +0000 (17:46 -0400)]
Typos.

12 years agoAdding missing assert in iteration test.
Katrina Owen [Mon, 16 May 2011 21:48:53 +0000 (23:48 +0200)]
Adding missing assert in iteration test.

Also checking against symbol rather than string.

12 years agoMerge pull request #32 from skilldrick/spellings.
Joe O'Brien [Sat, 30 Apr 2011 18:57:21 +0000 (11:57 -0700)]
Merge pull request #32 from skilldrick/spellings.

Spellings

12 years agoMerge pull request #37 from abyx/fix_typo_in_proxy_project.
Joe O'Brien [Sat, 30 Apr 2011 17:47:02 +0000 (10:47 -0700)]
Merge pull request #37 from abyx/fix_typo_in_proxy_project.

Fix typo in proxy project

12 years agoMerge pull request #38 from bowsersenior/master.
Joe O'Brien [Sat, 30 Apr 2011 17:46:31 +0000 (10:46 -0700)]
Merge pull request #38 from bowsersenior/master.

Just some typo fixes

12 years agoMerge pull request #40 from nazgob/master.
Joe O'Brien [Sat, 30 Apr 2011 17:45:49 +0000 (10:45 -0700)]
Merge pull request #40 from nazgob/master.

typo fixed -> issue #39

13 years agofixed typo -> Issue #39
nazgob [Wed, 13 Apr 2011 13:50:17 +0000 (06:50 -0700)]
fixed typo -> Issue #39

13 years agofixed typo -> Issue #39
nazgob [Wed, 13 Apr 2011 13:49:58 +0000 (06:49 -0700)]
fixed typo -> Issue #39

13 years agoFix typo in about_modules.rb
Mani Tadayon [Wed, 30 Mar 2011 00:11:33 +0000 (17:11 -0700)]
Fix typo in about_modules.rb

13 years agoCorrect spelling: "heirarachy" => "hierarchy"
Mani Tadayon [Tue, 29 Mar 2011 22:14:06 +0000 (15:14 -0700)]
Correct spelling: "heirarachy" => "hierarchy"

13 years agoFix one letter typo in comments
Mani Tadayon [Tue, 29 Mar 2011 18:11:09 +0000 (11:11 -0700)]
Fix one letter typo in comments

13 years agofixing typo
Aviv Ben-Yosef [Sat, 26 Mar 2011 17:14:30 +0000 (19:14 +0200)]
fixing typo

13 years agoFix typo of subclasses (from subcases)
Daniel Hedrick [Tue, 22 Mar 2011 00:24:38 +0000 (19:24 -0500)]
Fix typo of subclasses (from subcases)

13 years agoFixed missed test case.
Jeffrey Murray [Sat, 12 Mar 2011 01:50:39 +0000 (17:50 -0800)]
Fixed missed test case.

13 years agoFixed test_you_can_get_a_single_character_from_a_string for multiple rubies (1.8...
Jeffrey Murray [Sat, 12 Mar 2011 01:34:59 +0000 (17:34 -0800)]
Fixed test_you_can_get_a_single_character_from_a_string for multiple rubies (1.8, 1.9)

13 years agoNow that the links are ok, fix the wording.
Jim Weirich [Wed, 9 Mar 2011 16:01:03 +0000 (11:01 -0500)]
Now that the links are ok, fix the wording.

13 years agoFinal attempt on license link.
Jim Weirich [Wed, 9 Mar 2011 16:00:07 +0000 (11:00 -0500)]
Final attempt on license link.

13 years agoAnother link fix
Jim Weirich [Wed, 9 Mar 2011 15:59:23 +0000 (10:59 -0500)]
Another link fix

13 years agoFixed links in license.
Jim Weirich [Wed, 9 Mar 2011 15:58:25 +0000 (10:58 -0500)]
Fixed links in license.

13 years agoSwitched from MIT to CC by-nc-sa license.
Jim Weirich [Wed, 9 Mar 2011 15:56:58 +0000 (10:56 -0500)]
Switched from MIT to CC by-nc-sa license.

13 years agoFix some typos.
Skilldrick [Sun, 20 Feb 2011 11:26:27 +0000 (11:26 +0000)]
Fix some typos.

13 years agoFix a typo in a method name.
Erick Tryzelaar [Sat, 12 Feb 2011 18:43:27 +0000 (10:43 -0800)]
Fix a typo in a method name.

13 years agoAdded test for Hash default value. Developers often forget about using it.
Potapov Sergey [Mon, 7 Feb 2011 22:50:39 +0000 (00:50 +0200)]
Added test for Hash default value. Developers often forget about using it.

13 years agomy_same_class_method => my_method_in_the_same_class for clarity
Jim Weirich [Thu, 3 Feb 2011 23:23:25 +0000 (15:23 -0800)]
my_same_class_method => my_method_in_the_same_class for clarity

13 years agoAdd koan on break statements
David Calavera [Sun, 23 Jan 2011 18:44:58 +0000 (19:44 +0100)]
Add koan on break statements

13 years agoRemove trailing whitespace
Andy Lindeman [Sun, 23 Jan 2011 01:37:45 +0000 (19:37 -0600)]
Remove trailing whitespace