Sha256: dcc93a82f0d3d4d6af3a71e2c0c6d920d8fe92949e0adf18777e562da57f38e9
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
# 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_accessor :nodes def nodes @nodes ||= [] end end
Version data entries
3 entries across 3 versions & 1 rubygems