Sha256: 7659514d9bae10ff890b8bbd228d7d4caf802bd0a67156ef5cac590638d4ccc6
Contents?: true
Size: 310 Bytes
Versions: 17
Compression:
Stored size: 310 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 ComfortableMexicanSofa::Content::Block < ComfortableMexicanSofa::Content::Tag attr_writer :nodes def nodes @nodes ||= [] end end
Version data entries
17 entries across 17 versions & 6 rubygems