Sha256: bcba6af3bc2e121ec4e908adc2428efd0ccc844c8cfccbaa0cba686fe86ce282
Contents?: true
Size: 232 Bytes
Versions: 5
Compression:
Stored size: 232 Bytes
Contents
# Test for multiline string def m (x) puts "This is multi-line string. It's line1 \ It's line 2\ And this is\n line3 This line should not be mutated" puts "This is multi line interpolated string #{ x }" end
Version data entries
5 entries across 5 versions & 1 rubygems