class RuboCop::Cop::Rails::SquishedSQLHeredocs

def sql_heredoc?(node)

def sql_heredoc?(node)
  delimiter_string(node) == SQL
end