Catálogo de publicaciones - libros

Compartir en
redes sociales


Practical Ruby for System Administration

André Ben Hamou

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2007 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-821-4

ISBN electrónico

978-1-4302-0194-6

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2007

Tabla de contenidos

Testing and Documentation

In this brief chapter, we will take a look at the tools available and conventions employed in the Ruby world for keeping one’s code in order. We’ll kick off with a section devoted to rake. Understanding the mechanics of this task-oriented, make-like tool can really save you time in the long run—especially where common housekeeping tasks are concerned. From here we’ll move on to a section on unit testing, where we’ll look at some step-by-step examples and make the case that such testing is about as simple asit can be in Ruby. Finally, we’ll cover the documentation idioms and the magic of rdoc.

Palabras clave: Test Suite; Code Block; Unit Test; Automatic Documentation; Object File.

Pp. 193-209

The Future of Ruby

As the last chapter of the book, this one’s going to be a little different. I will present a very brief summary of some of the developments coming down the Ruby pipe. I feel this is important because in order to make a wholesale leap to a new programming language (as you may be), you have to be satisfied that the horse you’re backing “has legs”—that it isn’t a passing fad. Alternatively, if you are already sold on Ruby’s credibility, I hope you will still find what is discussed here of some general interest.

Palabras clave: Virtual Machine; Character Code; Sincere Hope; Strong Growth Rating; Script Framework.

Pp. 211-217