Method: EasyMenu::Helpers#wrap_content

Defined in:
lib/easy_menu_helpers.rb

#wrap_content(content) ⇒ Object



19
20
21
22
23
24
25
# File 'lib/easy_menu_helpers.rb', line 19

def wrap_content(content)
  if (wrapper_element)
    @template. wrapper_element, content, html_options
  else
    content
  end
end