Skip to content
trans edited this page Apr 28, 2012 · 2 revisions

Bounties

Here you will find a list of the most sought after methods and dollar figures associated to them to be rewarded to the first person to satisfactorily complete their implementations.

Hash#rekey and #rekey!

REWARD: $5

This has already been partially completed by Calib Clausen.

String#tab and String#indent

REWARD: $20

String#trim

REWARD: $10

Module#extend

REWARD: $5

Extended form of extend that can take a block which is made into an anonymous module to extend the receiver.

Functor

REWARD: $5

The basic implementation of the Functor class should be easy enough. But an extra $25 for anyone that can optimize the implementation to remove the need for creating the intermediate class.