mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-19 00:33:20 -04:00
Merged src directory with existing koans.
This commit is contained in:
@@ -40,6 +40,7 @@ class AboutArrays < EdgeCase::Koan
|
||||
assert_equal __, array[2,2]
|
||||
assert_equal __, array[2,20]
|
||||
assert_equal __, array[4,0]
|
||||
assert_equal __, array[4,100]
|
||||
assert_equal __, array[5,0]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user