On Aug 23, 2007, at 17:22, Aaron Smith wrote: > I've been looking for a way to supress warnings at runtime, not > just in > the shebang line.. I've tride setting $VERBOSE = nil but that doesn't > seem to work right. Specifically i'm getting warnings when accessing > Object#id, saying it's deprecated.. is there a way to turn off just > deprecated warnings? Change calls from .id to .object_id to turn off this warning. -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars