Class: TuiTui::Command::Copy

Inherits:
Data
  • Object
show all
Defined in:
lib/tui_tui/command.rb

Overview

Write text to the system clipboard (OSC 52).

Instance Attribute Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/tui_tui/command.rb', line 8

def text
  @text
end