Method: Reflex::Module#root_dir

Defined in:
lib/reflex/module.rb

#root_dir(path = '') ⇒ Object



17
18
19
# File 'lib/reflex/module.rb', line 17

def root_dir (path = '')
  File.expand_path "../../../#{path}", __FILE__
end