관리-도구
편집 파일: has_value%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the given value is present for some key in <em>hsh</em>. - !ruby/struct:SM::Flow::VERB body: " h = { "a" => 100, "b" => 200 }\n h.has_value?(100) #=> true\n h.has_value?(999) #=> false\n" full_name: Hash#has_value? is_singleton: false name: has_value? params: | hsh.has_value?(value) => true or false hsh.value?(value) => true or false visibility: public