--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns a new array populated with the values from hsh. See also Hash#keys. - !ruby/struct:SM::Flow::VERB body: " h = { "a" => 100, "b" => 200, "c" => 300 }\n h.values #=> [100, 200, 300]\n" full_name: Hash#values is_singleton: false name: values params: | hsh.values => array visibility: public