Sha256: 59fa22f330c1297698ecb078e2aad5b4cc6c3afa17c51bbdb4927a36c6901273
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true a=box({color: :orange}) a.tag({ color: :red }) a.tag({ star: 3 }) a.add({ tag: { quality: 9 } }) tags_found= a.tag.to_s text({data: "Orange box tags are #{tags_found}" , width: :auto})
Version data entries
7 entries across 7 versions & 1 rubygems