Sha256: 3cbd1f5ad638b340a8e94554935f5c12627130d314770faba8c05376762e6f1b

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 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

1 entries across 1 versions & 1 rubygems

Version Path
occams-1.0.0 lib/occams/content/block.rb