En Ruby no hay ningún tipo de herencia ni relación entre las clases anidadas de esta forma.
There's no inheritance or shared behaviour when you nest classes like this in Ruby.
En Ruby 2.1.4, Ruby 2.0.0-p594 y Ruby 1.9.3-p550 cambiamos la configuración por defecto de ext/openssl.
We changed the default setting of ext/openssl in Ruby 2.1.4, Ruby 2.0.0-p594 and Ruby 1.9.3-p550.
En Ruby Fortune, no se te acabarán nunca las opciones, ya que hemos buscado por todas partes para ofrecerte el surtido de juegos más amplio posible.
You'll never run out of fabulous choices here at Ruby Fortune, as we've hunted high and low to bring you the biggest possible game range.
En Ruby Fortune hemos llenado nuestro casino online de los mejores juegos de blackjack que existen para ofrecerte una diversión extraordinaria.
Here at Ruby Fortune, we've packed our online casino full of the best blackjack games around to bring you extraordinary gaming fun.
Me gustaría, que se concentre en Ruby.
I would like to, that you concentrate on Ruby.
En Ruby, por ejemplo, se los conoce como hashes.
In Ruby, for example, they are referred to as hashes.
En Ruby, todo excepto nil y false es considerado true.
In Ruby, everything except nil and false is considered true.
En Ruby, puedes volver a abrir una clase y modificarla.
In Ruby, you can open a class up again and modify it.
En Ruby, es realmente mucho más concisa.
In Ruby, it's actually much more concise.
En Ruby, las funciones regresan lo que la última línea de la función evalúa.
In Ruby, methods return whatever the last line of the method evaluates to.
En Ruby una variable se considera automáticamente como inmutable si su identificador empieza con una letra mayúscula.
In Ruby a variable is automatically considered immutable if its identifier starts with a capital letter.
En Ruby yield ejecutará otra función que ha sido pasada como argumento final, y continuará inmediatamente.
In Ruby yield will execute another function that has been passed as the final argument, then immediately resume.
En Ruby, los métodos tienen permitido terminar en signos de exclamación o interrogación.
In Ruby, methods are allowed to end with question marks or exclamation marks.