Ruby Pocket ReferenceAlthough Ruby is an easy language to learn, in the heat of action you may find that you can't remember the correct syntax for a conditional or the name of a method. This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby.
|
Was andere dazu sagen - Rezension schreiben
Inhalt
Running Ruby | 2 |
Operators | 9 |
Pseudovariables | 17 |
Ranges | 19 |
Conditional Statements | 27 |
Files | 47 |
Exception Handling | 54 |
Kernel Module | 62 |
Array Class | 94 |
Hash Class | 106 |
Time Formatting Directives | 113 |
Ruby Documentation | 119 |
RubyGems | 125 |
Rake | 131 |
151 | |
String Class | 72 |