Merge branch 'master' of http://github.com/Twisol/ruby_koans into twisol
[ruby_koans.git] / src /
2010-08-21 Jonathan CastelloWith 'test_in_ruby_1_8_single_characters_are_represente...
2010-08-16 Jim WeirichNow supporting Test::Unit as well under Ruby 1.9.
2010-08-16 Jim WeirichAdded support for minitest under Ruby 1.9.
2010-08-16 Jim WeirichMake method_missing public in the test framework for...
2010-08-16 Jim WeirichSetup load path in path_to_enlightenment, so -I not...
2010-08-16 Jim WeirichAnswers now Ruby 1.9 compliant
2010-08-16 Jim WeirichAdded current directory to rake runner.
2010-08-16 Jim WeirichMinor change to comment about regular expressions.
2010-08-16 Jim WeirichUpdated require with yucky File.dirname(__FILE__) hacks.
2010-08-16 Jim WeirichReworded question.
2010-04-20 Jim WeirichRemoved unneeded check for no args.
2010-04-20 Jim WeirichAdded about_constants
2010-04-20 Jim WeirichModified to be less dependent on exact method and const...
2010-04-20 Jim WeirichAdded a numeric fill in method (_n_)
2010-01-15 Jim WeirichAdded swap example to parallel assignments
2010-01-15 Jim WeirichRenamed if test to avoid method name conflict.
2010-01-15 Jim WeirichAdded [1,1,3] case for triangles.
2010-01-14 Jim WeirichUse .values rather than .keys in values test (pivotaltr...
2010-01-03 Jim WeirichFixed misspelling of "multiple" (pivotaltracker.com... codemash-2010
2010-01-03 Jim WeirichRenamed explict to explicit (pivotaltracker.com/story...
2010-01-03 Jim WeirichRenamed test (pivotaltracker.com/story/show/2072574)
2009-12-23 Jim WeirichUpdated first test to properly fail on the first run.
2009-12-21 Jim WeirichFixed rules typos.
2009-12-21 Jim WeirichChanged minor constant count change.
2009-12-21 Jim WeirichFixed broken assert in src, so that it is still broken...
2009-12-21 Jim WeirichCleaned up src directory
2009-12-21 Jim WeirichMerged src directory with existing koans.
2009-12-21 Jim WeirichAdded src directory