vendor/assets/src/medias/rubies/examples/read.rb in atome-0.5.3.8.1 vs vendor/assets/src/medias/rubies/examples/read.rb in atome-0.5.3.8.8
- old
+ new
@@ -2,10 +2,10 @@
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}})
+ a.read('texts/lorem.txt') do |params|
+ text({data: params, visual:{size: 16}})
end
end