Sha256: 81f1df2c482cfa22ad5b767f174f1a8aaf90f7b42a7c59192020cf918f48723e

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

module Nanoc
  class MutableLayoutView < Nanoc::LayoutView
    # Sets the value for the given attribute.
    #
    # @param [Symbol] key
    #
    # @see Hash#[]=
    def []=(key, value)
      unwrap[key] = value
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nanoc-4.0.0b3 lib/nanoc/base/views/mutable_layout.rb