Sha256: 255a5e260da3dd6577016813c223a51d262213e687a204f3e8d8c7041310195d
Contents?: true
Size: 513 Bytes
Versions: 14
Compression:
Stored size: 513 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
14 entries across 14 versions & 1 rubygems