Method: NsOptions::Namespace#build_from

Defined in:
lib/ns-options/namespace.rb

#build_from(other_ns) ⇒ Object



40
# File 'lib/ns-options/namespace.rb', line 40

def build_from(other_ns);   @__data__.build_from(other_ns.__data__); end