Sha256: 3c510751dac923a72f1c8921ce074bd5918576607d679264065f01ce447139c0
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true # wtf does this mean # it means that all nodes between this must be moved into here # {{cms:block}} some content {{cms:end_block}} class ComfortableMediaSurfer::Content::Block < ComfortableMediaSurfer::Content::Tag attr_writer :nodes def nodes @nodes ||= [] end end
Version data entries
3 entries across 3 versions & 1 rubygems