Sha256: 40aca143cd9e324a9b6046c7687efceaf085b67228123c9a813a4f58124d74c5
Contents?: true
Size: 500 Bytes
Versions: 13
Compression:
Stored size: 500 Bytes
Contents
module Bowline module Desktop # The Clipboard module gives you cross-platform access to # the systems native clipboard. At the moment, you can only # read/write strings. We're planning to extend this to images. module Clipboard ## # :singleton-method: write(str) # Write a string to the Clipboard. # write("some text") ## # :singleton-method: write(str) # Read a string from the Clipboard. # read #=> str end end end
Version data entries
13 entries across 13 versions & 1 rubygems