1 2 3
# ruby/string-concat fixture Fixture files for the `ruby/string-concat` syntax rule test. `match.rb` uses `+` to concatenate string literals with variables; `no_match.rb` uses string interpolation and non-string `+` operations which are not flagged.