Ruby | Establecer << método
<< es un método incorporado en Ruby que agrega un elemento al conjunto. Sintaxis : s1.name << (elemento) Parámetros : la función toma un elemento que se agregará al conjunto. Valor devuelto : Agrega un elemento al conjunto. Ejemplo 1 : #Ruby program to illustrate the << method #requires the set require «set» … Continue reading «Ruby | Establecer << método»