Create and mount a new child namespace.
Parameters:
the name of the new namespace.
80 81 82
# File 'lib/pdk/config/namespace.rb', line 80 def namespace(name, &block) mount(name, PDK::Config::Namespace.new, &block) end