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