Sha256: 7187c1b08b54360317d6c22fde0939233d47090f327c66fc2bfd898d0f68ac51
Contents?: true
Size: 234 Bytes
Versions: 12
Compression:
Stored size: 234 Bytes
Contents
#This file tests the limits of the string interpolation feature present in Nila msg = "Hello #{"world. A lovely place."}" + "Another #{"Lovely quote"}" puts msg puts "Hello #{"world"}" puts 'Hello #{world}' puts 'Hello'
Version data entries
12 entries across 12 versions & 1 rubygems