Sha256: 4edcdfbaf77a34b260ffaa3722137f064eee5145c4c84a664dae48e7ee4232f5
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nilac-0.0.4.1.5 | shark/test_files/string_operators.nila |