61. 210 Ways to Rome (idiosyncratic-ruby.com)
All Ruby syntaxes¹ that represent the R string literal: (1) Double Quoted Literal "R" (1) Single Quoted Literal 'R' (1) Single Char Literals ?R (9) Heredocs <<"STRING" R STRING <<'STRING' R STRING <<STRING R STRING <<-"STRING" R STRING <<-'STRING' R STRING <<-STRING R STRING <<~"STRING" R STRING <<~...