# File lib/extlib/hook.rb, line 196 def registered_as_hook?(target_method, scope) ! hooks_with_scope(scope)[target_method].nil? end