Reformatted excerpts from Tyberius Prime's message of 2008-05-07: > can anyone elucidate me on the subject of when (or how) sup reloads > it's hooks?
A hook is only read from disk the first time it's called. Every time the hook is called, that code is evaluated, so if you have a function definition in there, it will be give that warning. You can ignore the warning, or you can wrap it in a "unless defined?" as you point out. > And can I force sup to reload its hooks (while developing)? There's no way to do this, but I agree it would be nice and wouldn't be too hard to add... -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
