Module: HMenu

Defined in:
lib/hmenu.rb,
lib/hmenu/js.rb,
lib/hmenu/css.rb,
lib/hmenu/node.rb,
lib/hmenu/constants.rb

Defined Under Namespace

Modules: CSS, JS Classes: Node

Constant Summary collapse

VERSION =
'0.1.4'
ROOTDIR =

TODO: manage symlinks…

self.rootdir_pathname.to_s

Class Method Summary collapse

Class Method Details

.rootdir_pathnameObject



5
6
7
# File 'lib/hmenu/constants.rb', line 5

def self.rootdir_pathname
  Pathname.new(__FILE__).dirname.realpath + '../..'
end