Sha256: ef540b41cf64dab150949a548794cf22d64497e11a64996add08a045e57a0180
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true Shoes.app width: 330, height: 300 do nofill rect 100, 20, 130, 251, stroke: red, fill: yellow 18.times do |i| rotate 10 * i rect 100, 20, 130, 251 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/simple_concentric_circles.rb |