The idea is to help contributors see current progress, for example what methods have already been ported. There is some example of progress document: # Progress (propose your name) ## Array - [x] `.first` - [X] `.last` - [X] `.max` - [X] `.min` - [x] `.join` - [x] `.size` ## Enum - [X] `.all?` - [X] `.count` - [X] `.each` - [X] `.map` - [X] `.reduce` - [X] `.select` ## File - [X] `.write` ## Hash - [X] `.compact` - [X] `.dig!` - [X] `.dig` - [X] `.fetch_values` - [X] `.fetch_with` - [X] `.fetch` - [X] `.get` - [X] `.keys` - [X] `.merge` - [X] `.put` - [X] `.reject` - [X] `.select` - [X] `.slice!` - [X] `.slice` - [X] `.transform_keys` - [X] `.transform_values` - [X] `.values_at` - [X] `.values` ## String - [X] `.split` - [X] `.concat` etc
The idea is to help contributors see current progress, for example what methods have already been ported.
There is some example of progress document:
Progress (propose your name)
Array
.first.last.max.min.join.sizeEnum
.all?.count.each.map.reduce.selectFile
.writeHash
.compact.dig!.dig.fetch_values.fetch_with.fetch.get.keys.merge.put.reject.select.slice!.slice.transform_keys.transform_values.values_at.valuesString
.split.concatetc