Sha256: bc5cb52acc2c37a6ebfc7e9fde7678792aa47e6b3665ffc4c91a1d1eae4d2c4e
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
require 'purple_shoes' Shoes.app width: 300, height: 400 do fill rgb(0, 0.6, 0.9, 0.1) stroke rgb(0, 0.6, 0.9, 0.3) strokewidth 1 100.times do oval left: (-30..self.width).rand, top: (-30..self.height).rand, radius: (25..50).rand end end
Version data entries
6 entries across 6 versions & 1 rubygems