Mega Code Archive

 
Categories / Ruby / Hash
 

Values Returns an array populated with the values fromhsh

h = { "a" => 100, "b" => 200, "c" => 300 } h.values