Class: TuiTui::Command::Copy
- Inherits:
-
Data
- Object
- Data
- TuiTui::Command::Copy
- Defined in:
- lib/tui_tui/command.rb
Overview
Write text to the system clipboard (OSC 52).
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text
8 9 10 |
# File 'lib/tui_tui/command.rb', line 8 def text @text end |