class TextEditor::Clipboard::Linux
Public Instance Methods
copy(_content)
click to toggle source
# File lib/text_editor/clipboard/linux.rb 4 def copy(_content) 5 raise NotImplementedError 6 end
paste()
click to toggle source
# File lib/text_editor/clipboard/linux.rb 8 def paste 9 raise NotImplementedError 10 end