Class: Nanoc::MutableConfigView
- Inherits:
-
ConfigView
- Object
- View
- ConfigView
- Nanoc::MutableConfigView
- Defined in:
- lib/nanoc/base/views/mutable_config_view.rb
Constant Summary
Instance Method Summary (collapse)
-
- (Object) []=(key, value)
Sets the value for the given attribute.
Methods inherited from ConfigView
Methods inherited from View
Instance Method Details
- (Object) []=(key, value)
Sets the value for the given attribute.
8 9 10 |
# File 'lib/nanoc/base/views/mutable_config_view.rb', line 8 def []=(key, value) @config[key] = value end |