Sha256: ed4a81bc6ce54bbff6153b9cd124bc38fbcc3c66c48d5d10aa1a99618d41e911
Contents?: true
Size: 276 Bytes
Versions: 13
Compression:
Stored size: 276 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 Occams::Content::Block < Occams::Content::Tag attr_writer :nodes def nodes @nodes ||= [] end end
Version data entries
13 entries across 13 versions & 1 rubygems