J
JP Billaud
Hey,
I have been looking around about Module etc... and all I can read is
that Module cannot be instantiated. However the following code works
just fine with Ruby 1.8.7:
==
mod = Module.new
==
Am I missing something obvious?
Thanks,
I have been looking around about Module etc... and all I can read is
that Module cannot be instantiated. However the following code works
just fine with Ruby 1.8.7:
==
mod = Module.new
==
Am I missing something obvious?
Thanks,