Method: FastExt::Window#tab

Defined in:
lib/fast_ext/window.rb

#tab(name, opts = {}) ⇒ Object



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