djhworld

Resultados 1 preguntas formuladas por djhworld

Matriz para hash Ruby

9
respuestas
212
votos
226.3k
vistas

Convierta esta matriz: a = ["item 1", "item 2", "item 3", "item 4"] ...a un hash: { "item 1" => "item 2", "item 3" => "item 4" } es decir,