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