All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Methods on a heredoc should be invoked at beginning, not at the end.
x = <<-DOC This is awesome. DOC .trim
x = <<-DOC.trim This is awesome. DOC