# 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('texts/lorem.txt') do |params| text({data: params, visual:{size: 16}}) end end