Sha256: 1278ea4c5d22756596246a5bbd1fe801b1cccd28ff1d61a53478c9996f1abc7f
Contents?: true
Size: 532 Bytes
Versions: 15
Compression:
Stored size: 532 Bytes
Contents
# This file demonstrates different ways to declare a string str = %q{this is a wonderful string} str = %q!this is a wonderful string! str = %q this is a wonderful string + %q this is another wonderful string str = %Q{this is a wonderful string} str = %Q!this is a wonderful string! str = %Q this is a wonderful string + %Q this is another wonderful string str = %|this is a wonderful string| str = %!this is a wonderful string! str = % this is a wonderful string + % this is another wonderful string
Version data entries
15 entries across 15 versions & 1 rubygems