Module: HMenu::CSS
- Defined in:
- lib/hmenu/css.rb
Class Method Summary collapse
-
.out ⇒ Object
Return a minimal CSS to make the menu work.
Class Method Details
.out ⇒ Object
Return a minimal CSS to make the menu work.
6 7 8 |
# File 'lib/hmenu/css.rb', line 6 def self.out File.read "#{::HMenu::ROOTDIR}/css/hmenu.css" end |