Class: WorkOn::AbstractTerminal::Tab

Inherits:
Object
  • Object
show all
Defined in:
lib/work_on/terminal.rb

Overview

Base class for tabs, this is the class that should implement an #execute method

Instance Method Summary collapse

Instance Method Details

#execute(cmd) ⇒ Object



48
49
50
# File 'lib/work_on/terminal.rb', line 48

def execute(cmd)
  not_implemented
end

#selected?Boolean

Returns:

  • (Boolean)


44
45
46
# File 'lib/work_on/terminal.rb', line 44

def selected?
  not_implemented
end