Explore >> Select a destination


You are here

endofline.wordpress.com
| | www.blackbytes.info
4.8 parsecs away

Travel
| | What are some weird things about Ruby that are worth learning about? Take a look at this post to find out!
| | www.thinkcode.se
9.3 parsecs away

Travel
| |
| | cbabhusal.wordpress.com
0.8 parsecs away

Travel
| | The*is thesplatoperator.It expands anArrayinto a list of arguments, in this case a list of arguments to theHash.[]method. (To be more precise, it expands any object that responds toto_ary/to_a, orto_ain Ruby 1.9.) To illustrate, the following two statements are equal: method_name arg1, arg2, arg3 method_name *[arg1, arg2, arg3] It can also be used in a different...
| | markodenic.com
98.9 parsecs away

Travel
| Free programming books, algorithms, public APIs, and much more.