On Nov 13, 1:36 pm, "ara.t.howard" <ara.t.how... / gmail.com> 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