>  odule Test
>  ef fred *args
>  uts "1"
>  uper *args
>  uts "2"
>  nd
>  nd

module MoreTest
  def fred(*args)
    puts "more"
    super
    puts "test"
  end
end

>  nclude Test

include MoreTest

>  ef fred str
>  uts str
>  nd
> 
>  red "hello world"
> 
> will print

what should this print?


+--- Kero ------------------------------ kero / chello.nl ---+
|  Don't split your mentality without thinking twice       |
|                          Proud like a God -- Guano Apes  |
+--- M38c ------- http://members.chello.nl/~k.vangelder ---+