Sha256: 9f24cdd83a1c5ac1efd0d81b7553f396fd440630cf8d3f20f9482a6ffda16562
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 Bytes
Contents
# encoding: utf-8 module Nanoc class MutableConfigView < Nanoc::ConfigView # Sets the value for the given attribute. # # @param [Symbol] key # # @see Hash#[]= def []=(key, value) @config[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_config.rb |
nanoc-4.0.0b1 | lib/nanoc/base/views/mutable_config.rb |
nanoc-4.0.0a2 | lib/nanoc/base/views/mutable_config.rb |