Project

General

Profile

« Previous | Next » 

Revision aceb8c0b

Added by kachick (Kenichi Kamiya) over 4 years ago

Fix Enumerable#tally with some arguments pattern [Feature #17744]

  • Add test cases for Enumerable#tally with hash argument

  • Add ruby/spec for Enumerable#tally with hash argument

  • Fix Enumerable#tally does not update given frozen hash

  • Add test cases for Enumerable#tally with hash convertible arguments

  • Fix SEGV when Enumerable#tally takes non Hash convertible

  • FIx cosmetic damage enum.c