module RuboCop::Cop::StatementModifier

def empty_body?(body)

def empty_body?(body)
  !body || body_length(body).zero?
end