This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9d8dc68bf4
rubyx
/
test
/
parfait
/
test_all.rb
4 lines
93 B
Ruby
Raw
Normal View
History
Unescape
Escape
renamed array and hash to list and dictionary Since these are not the ruby classes, we don’t need the old names. They are misleading. An Array is a military term, we mean list And a Hash is an implementation of a Dictionary, or LookupTable
2015-05-12 18:10:45 +02:00
require_relative
"
test_list
"
fix word implementation and tests much better, though wasteful implementation breaks a few tests, but ploughing on first
2015-05-15 15:45:36 +02:00
require_relative
"
test_word
"
renamed array and hash to list and dictionary Since these are not the ruby classes, we don’t need the old names. They are misleading. An Array is a military term, we mean list And a Hash is an implementation of a Dictionary, or LookupTable
2015-05-12 18:10:45 +02:00
require_relative
"
test_dictionary
"
Reference in New Issue
Copy Permalink