#clear
15 16 17 18 19
# File 'lib/clipboard/wsl.rb', line 15 def copy(data, **) Utils.popen "clip.exe", data true end
11 12 13
# File 'lib/clipboard/wsl.rb', line 11 def paste(_ = nil, **) `powershell.exe -Command Get-Clipboard` end