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

Version Path
bowline-0.9.4 lib/bowline/desktop/clipboard.rb
bowline-0.9.3 lib/bowline/desktop/clipboard.rb
bowline-0.9.2 lib/bowline/desktop/clipboard.rb
bowline-0.9.1 lib/bowline/desktop/clipboard.rb
bowline-0.6.3 lib/bowline/desktop/clipboard.rb
bowline-0.6.2 lib/bowline/desktop/clipboard.rb
bowline-0.6.1 lib/bowline/desktop/clipboard.rb
bowline-0.6.0 lib/bowline/desktop/clipboard.rb
bowline-0.5.8 lib/bowline/desktop/clipboard.rb
bowline-0.5.7 lib/bowline/desktop/clipboard.rb
bowline-0.5.6 lib/bowline/desktop/clipboard.rb
bowline-0.5.5 lib/bowline/desktop/clipboard.rb
bowline-0.5.4 lib/bowline/desktop/clipboard.rb