Eli B
Member since Jul 28, 2011
- Profile: /members/8700-eli-b.htm
- Comments: 1
Recent Blog Comments By Eli B
-
Seven Languages In Seven Weeks: Ruby - Day 2
Posted on Jul 28, 2011 at 9:19 PM
I'm relieved to see that the second tree exercise was somewhat of a challenge to others as well. Below is what i came up with after staring at the screen for 30 minutes. Ruby is definitely fun. #day2_tree2.rb class Node attr_accessor :name, :children def initialize(tree_data) if 1 == t... read more »