class RuboCop::Cop::Lint::UselessAccessModifier
def start_of_new_scope?(child)
def start_of_new_scope?(child) child.module_type? || child.class_type? || child.sclass_type? || eval_call?(child) end
def start_of_new_scope?(child) child.module_type? || child.class_type? || child.sclass_type? || eval_call?(child) end