From: Phrogz Date: 2007-11-14T12:40:06+09:00 Subject: Re: method_added/define_method infinite loop On Nov 13, 1:36 pm, "ara.t.howard" wrote: > def ignoring_added_methods? > defined? @ignoring_added_methods and @ignoring_added_methods > end What was your motivation for the above code instead of simply def ignoring_added_methods? @ignoring_added_methods end