D
Daniel Berger
Hi all,
Is it possible to redefine initialize and stay -w clean? In win32-file-
stat, I've redefined initialize to suit my needs for MS Windows.
If I do "undef_method
initialize)" and run with -w, I'll get:
"warning: undefining `initialize' may cause serious problem".
However, if don't do that, I get "warning: method redefined;
discarding old initialize".
Help! I'm trapped!
Thanks,
Dan
Is it possible to redefine initialize and stay -w clean? In win32-file-
stat, I've redefined initialize to suit my needs for MS Windows.
If I do "undef_method
"warning: undefining `initialize' may cause serious problem".
However, if don't do that, I get "warning: method redefined;
discarding old initialize".
Help! I'm trapped!
Thanks,
Dan