Sha256: 1bb62a650a3641a8be0fb7bd619b59bc06bc152e2b7bd929478104c5ea757928
Contents?: true
Size: 232 Bytes
Versions: 6
Compression:
Stored size: 232 Bytes
Contents
Shoes.app do @o = oval :top => 0, :left => 0, :radius => 40 stack :margin => 40 do title "Dancing With a Circle" subtitle "How graceful and round." end motion do |x,y| @o.move width - x, height - y end end
Version data entries
6 entries across 6 versions & 2 rubygems