Class: WorkOn::AbstractTerminal::Tab
- Inherits:
-
Object
- Object
- WorkOn::AbstractTerminal::Tab
- 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
44 45 46 |
# File 'lib/work_on/terminal.rb', line 44 def selected? not_implemented end |