Sha256: 2018ce2336f398fcd9f85b6100daeda0fb05b223531367113be42870b96d259f
Contents?: true
Size: 439 Bytes
Versions: 23
Compression:
Stored size: 439 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
23 entries across 23 versions & 1 rubygems