4 5 6 7 8
# File 'lib/manowar/define.rb', line 4 def define path path .to_s.split('::') .reduce '', &define_namespace end