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