Method: Twterm::TabManager#current_tab

Defined in:
lib/twterm/tab_manager.rb

#current_tabObject



49
50
51
52
# File 'lib/twterm/tab_manager.rb', line 49

def current_tab
  @history.unshift(@index).uniq!
  @tabs[@index]
end