Sha256: 88793453d71b1d2c339d997816aa523c97ed37e21785324e9f8200a17986c1e8
Contents?: true
Size: 232 Bytes
Versions: 62
Compression:
Stored size: 232 Bytes
Contents
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
62 entries across 62 versions & 1 rubygems