1 2 3 4
class BmpCorrector def load_bmp(name) bmp, original_bmp_data_array = create_bmp_from_file(name) ...
Ruby On Symplify few loops
by Alex Baranosky,
February 11, 2010 02:04
1 2 3 4
class GreedGame THREE_OF_A_KIND_POINT_MULTIPLIER = 100 POINTS_FOR_ONE = 100 ...
Ruby On Looking for other/better so...
by AlexBaranosky,
February 08, 2010 07:37
3rd and final refactoring:
1 2 3 4
class GreedGame SET_OF_THREE_POINT_MULTIPLIER = 100 POINTS_FOR_ONE = 100 ...
Ruby On Looking for other/better so...
by AlexBaranosky,
February 08, 2010 06:57
Here's my second iteration ...
Mine is using Ruby 1.9... ...