Greg Mefford
Member since Jan 28, 2011
- Profile: /members/7700-greg-mefford.htm
- URL: http://www.gregmefford.com
- Comments: 1
Recent Blog Comments By Greg Mefford
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 28, 2011 at 10:13 PM
Ruby code, more defensive version: #!/usr/bin/env ruby # Author: Greg Mefford # * Create a collection of names. names = %w{Ruby Ursula Bob Yuri} # * Create a function that accepts a collection of names and an adjective # and returns a new collection. # * The new collection must contain va... read more »