Sha256: 62ff8896ae1b1530a578b885712ef4c99120154ad654929d469dded530f44bd7
Contents?: true
Size: 455 Bytes
Versions: 19
Compression:
Stored size: 455 Bytes
Contents
{%- assign model_numeric = 42 -%} {%- assign model_boolean = true -%} {%- assign model_empty = nil -%} {%- assign model_string = 'The cat's pyjamas are "great".' -%} {%- assign model_string_html = 'The cat's pyjamas are <strong style="color: red;">great</strong>.' -%} {%- assign model_array_of_numerics = '1@!@2@!@3' | split: '@!@' -%} {%- assign model_array_of_strings = 'A@!@B@!@C' | split: '@!@' -%} {%- assign model_hash = '{}' -%}
Version data entries
19 entries across 19 versions & 1 rubygems