Sha256: 5825b41fdc1b5962af1729dc50dcdd712c09fd98a42009c35c6d8f86c6518077
Contents?: true
Size: 174 Bytes
Versions: 6
Compression:
Stored size: 174 Bytes
Contents
Shoes.app :width => 200, :height => 200 do background black fill white @circ = oval 0, 0, 100, 100 motion do |top, left| @circ.move top - 50, left -50 end end
Version data entries
6 entries across 6 versions & 2 rubygems