38 39 40
# File 'lib/fastui/window.rb', line 38 def tab(name, opts = {}) self.tabs << (opts.blank? ? name : Fastui::Tab.new(name,opts)) end