Ryan Leavengood <mrcode / netrox.net> wrote: > Something we all can understand: > > def cheer(name) > puts "Hurray for #{name}!" > end > > 3.times do cheer('David') end David.cheers += 3 martin