add static modifer for rb_hash_fetch_values func by S-H-GAMELINKS · Pull Request #3125 · ruby/ruby

summary: Propasal, add static modifer to rb_rb_hash_fetch_values. whiy? I read Hash#fetch_values implementation in Ruby code. /* * call-seq: * hsh.fetch_values(key, ...) -> a...