Class: TTY::System

Inherits:
Object
  • Object
show all
Defined in:
lib/tty/system.rb,
lib/tty/system/editor.rb

Defined Under Namespace

Classes: Editor

Class Method Summary collapse

Class Method Details

.editorTTY::System::Editor

Proxy to editor object

Returns:



10
11
12
# File 'lib/tty/system.rb', line 10

def self.editor
  TTY::System::Editor
end