Sha256: 2748d095b44a8e882632693324ca178016a7166713d0b461cada8a8ed10f41e7
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true puts "Attention this method only work with a server due to security restriction " a=box text("touch the box to read the file") a.touch(true) do a.read('rubies/examples/image.rb') do |params| text({data: params, visual:{size: 9}}) end end
Version data entries
5 entries across 5 versions & 1 rubygems