Classes_needs_classes
To really enjoy classes.. you must work in a language where everything is a class.
Otherwise it will be a pain.
This is how it should work:
class String
def blue = ( "Svar: \e[1;34m" + self )
end
print 'Vad heter åsnan? '
print 'Ior'.blue
# printout => 'Svar: Ior' (where 'Ior' is in bold blue)