def randomize_case(string)
  letters = string.split("")

...

Ruby Randomize case

by Aziz Light, August 22, 2011 06:32, 3 refactorings, tagged with random, String Manipulation

Is there a better, shorter ...

D69bd6b89f0c9204eed89de9d7ee4632 Talk
require 'date'

#Get data from user for memo
...

Ruby Simple Ruby Program for cre...

by thehodapp.myopenid.com, June 01, 2010 04:08, 3 refactorings, tagged with ruby, I/O, String Manipulation

This is the first program I...

A080437f9a305a2f2a8ce517b304ad00 Talk