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