* Daniel Carrera (dcarrera / math.umd.edu) [21 Nov 2002 16:07]: [...] > In Ruby you als ohave the optino of using classes: > class Greeting > def initialize > hello > end > def hello > puts "Hi!" > end > end > Greeting.new # -> Hi! This seems a bit 'tacked on' and not really relevant to the rest of the question. Was there a specific reason classes were mentioned? cheers, -- Iain.