Sha256: 8cecd7b4f98b5d87829b4044b50610e5084d25f69e2a12a0aea0a485ec5c87b3

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 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'

split:
  src: "'one.two'.split('.').join('/')"
  tem: '"one/two"'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyless-0.8.11 test/RubyLess/string.yml