Sha256: 872840ff6f2f715089827fb900436f76a96549c66b9032a5e6d39f8016168928
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 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.rc1 | samples/simple_mouse_follow.rb |