1. Computing

Discuss in my forum

Effectively using variable collections is an essential programming skill. In Ruby, the two most basic types of collections are the array and the hash. Mastering these two collection types is a must for all Ruby programmers. Arrays and hashes are actually so useful, that you can comfortably program almost any program with just these two collections. The majority of collections you'll see in Ruby programs will be one of these two types.
Comments
No comments yet.  Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches hashes arrays variables

©2013 About.com. All rights reserved.