The Well-Grounded Rubyist
The Well-Grounded Rubyist, Second Edition is a beautifully written tutorial that begins with your first Ruby program and goes on to explore sophisticated topics like callable objects, reflection, and threading. The book concentrates on the language, preparing you to use Ruby in any way you choose. T...
Autor principal: | |
---|---|
Otros Autores: | |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified]
Manning Publications Company
2014
|
Edición: | 2nd ed |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629170706719 |
Tabla de Contenidos:
- Pt. 1. Ruby Foundations
- 1. Bootstrapping your Ruby literacy
- 2. Objects, methods, and local variables
- 3. Organizing objects with classes
- 4. Modules and program organization
- 5. The default object (self), scope, and visibility
- 6. Control-flow techniques
- Pt. 2. Built-In Classes and Modules
- 7. Built-in essentials
- 8. Strings, symbols, and other scalar objects
- 9. Collection and container objects
- 10. Collections central: Enumerable and Enumerator
- 11. Regular expressions and regexp-based string operations
- 12. File, I/O, and system operations
- Pt. 3. Ruby Dynamics
- 13. Object individuation
- 14. Callable and runnable objects
- 15. Callbacks, hooks, and runtime introspection