Classes: Tab
Yields:
21 22 23 24 25
# File 'lib/menu_builder/view.rb', line 21 def tabs(options={}) concat tag(:ul, options, true) yield Tab.new(self) concat "</ul>" end