class RuboCop::Cop::Layout::EmptyLineAfterMagicComment

def offending_range(last_magic_comment)

def offending_range(last_magic_comment)
  source_range(processed_source.buffer, last_magic_comment.loc.line + 1, 0)
end