Sha256: 1afd970bd95480cba4b7ff6cc7e3aee1ed911d40e5f8463772444aa849c8a282
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
# frozen_string_literal: true Shoes.app width: 200, height: 200 do background black fill white @circ = oval 0, 0, 100 motion do |top, left| @circ.move top - 50, left - 50 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/simple_mouse_follow.rb |