Method: MenuConfig#to_html

Defined in:
lib/emenu/menu_config.rb

#to_htmlObject Also known as: render



64
65
66
# File 'lib/emenu/menu_config.rb', line 64

def to_html
  Haml::Engine.new(to_haml).render(self)
end