Sha256: 052c83b2829c9681225ec7ed7b495e91add28ee407333677d164e7b4755557a1
Contents?: true
Size: 226 Bytes
Versions: 6
Compression:
Stored size: 226 Bytes
Contents
require 'purple_shoes' Shoes.app width: 400, height: 300 do el = edit_line text: 'hello'do |s| @msg.text = s.text end button('move at random'){@msg.move rand(200), 50 + rand(200)} @msg = para el.text end
Version data entries
6 entries across 6 versions & 1 rubygems