class RuboCop::Cop::Rails::ActionOrder

def range_with_comments_and_lines(node)

def range_with_comments_and_lines(node)
  range_by_whole_lines(range_with_comments(node), include_final_newline: true)
end