class RuboCop::Cop::Lint::AmbiguousBlockAssociation
def allowed_method?(node)
def allowed_method?(node) node.assignment? || node.operator_method? || node.method?(:[]) end
def allowed_method?(node) node.assignment? || node.operator_method? || node.method?(:[]) end