Sha256: a4c24b72c1233fcfbe02b69c166c0dbf49cac3a6c8a6935ec247dcce850dd2d8
Contents?: true
Size: 429 Bytes
Versions: 14
Compression:
Stored size: 429 Bytes
Contents
empty: str: "" tem: '""' text: str: "hello" tem: '"hello"' dynamic_string: str: 'one #{name} two' tem: '"one #{node.name} two"' concat_static: src: "concat('hello ', 'World!')" tem: '"hello World!"' gsub_static: src: "'one.one'.gsub(/\\./,';')" tem: '"one;one"' upcase_static: src: "'one.one'.gsub(/\\./,';').upcase" tem: '"ONE;ONE"' equal: src: "str == 'str'" tem: '(str=="str")' res: 'true'
Version data entries
14 entries across 14 versions & 1 rubygems