Method: Nanoc::Core::ConfigView#initialize

Defined in:
lib/nanoc/core/config_view.rb

#initialize(config, context) ⇒ ConfigView

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of ConfigView.



7
8
9
10
# File 'lib/nanoc/core/config_view.rb', line 7

def initialize(config, context)
  super(context)
  @config = config
end