aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/ruby_template.ruby
blob: cae21339f523c526e5dbb3bd35acf15c800dab35 (plain) (blame)
1
2
3
# frozen_string_literal: true
body = ""
body << ["Hello", "from", "Ruby", "code"].join(" ")