class RuboCop::Cop::Layout::EmptyLinesAroundMethodBody

def autocorrect(node)

def autocorrect(node)
  EmptyLineCorrector.correct(node)
end