# frozen_string_literal: true module RuboCop module Cop module Rails # Enforces the use of squiggly heredoc over `strip_heredoc`. # # @example # # # bad # <