class RuboCop::Cop::Lint::UselessAccessModifier
def eval_call?(child)
def eval_call?(child) class_or_instance_eval?(child) || class_or_module_or_struct_new_call?(child) || any_context_creating_methods?(child) end
def eval_call?(child) class_or_instance_eval?(child) || class_or_module_or_struct_new_call?(child) || any_context_creating_methods?(child) end