class RuboCop::Cop::Style::EmptyLinesAroundAccessModifier

def body_end?(line)

def body_end?(line)
  line.start_with?('end')
end