Sha256: 51a6b13aed3bba899626f2a07812462a4b57407ec12800b8b7f6489965178e8e
Contents?: true
Size: 250 Bytes
Versions: 3
Compression:
Stored size: 250 Bytes
Contents
# encoding: utf-8 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nanoc-4.0.0b2 | lib/nanoc/base/views/mutable_layout.rb |
nanoc-4.0.0b1 | lib/nanoc/base/views/mutable_layout.rb |
nanoc-4.0.0a2 | lib/nanoc/base/views/mutable_layout.rb |