class RuboCop::Cop::Style::HashExcept
def extract_body_if_negated(body)
def extract_body_if_negated(body) return body unless body.method?('!') body.receiver end
def extract_body_if_negated(body) return body unless body.method?('!') body.receiver end