[fxruby-users] Warning on kwargs on launch
Lyle Johnson
lyle at lylejohnson.name
Mon Nov 3 10:53:25 EST 2008
On Mon, Nov 3, 2008 at 9:36 AM, Melton, Ryan <rmelton at ball.com> wrote:
> It easy to remove redefinition warnings. Just wrap the redefinition like
> so:
>
> $VERBOSE = nil
>
> def redefined_method
> …
> end
>
> $VERBOSE = true
>
> This disables ruby warnings for that section.
Thanks! That I can do. I like this a lot better than just disabling
warnings altogether.
More information about the fxruby-users
mailing list