class RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords

def on_def(node)

def on_def(node)
  check_body(node.body, node.loc.line)
end