Module: Manowar

Extended by:
Manowar
Included in:
Manowar
Defined in:
lib/manowar/define.rb,
lib/manowar/version.rb

Constant Summary collapse

VERSION =
"0.0.1"

Instance Method Summary collapse

Instance Method Details

#define(path) ⇒ Object



4
5
6
7
8
# File 'lib/manowar/define.rb', line 4

def define path
  path
    .to_s.split('::')
    .reduce '', &define_namespace
end