class Nanoc::MutableConfigView
Public Instance Methods
[]=(key, value)
click to toggle source
Sets the value for the given attribute.
@param [Symbol] key
@see Hash#[]=
# File lib/nanoc/base/views/mutable_config_view.rb, line 8 def []=(key, value) @config[key] = value end