Sha256: 255e48561897f0dec562eca69ea9d03c93a871893c433bc27d28cdd9b98e7403
Contents?: true
Size: 294 Bytes
Versions: 21
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true b = box({ width: 333, left: 333}) b.height(33) b.left(333) b.smooth([33, 2, 90]) b.touch(true) do color({ render: [:html], id: "color_#{Universe.atomes.length}", type: :color, red: 1, green: 0.33, blue: 0.22, alpha: 1 }) end b.circle({ left: 333 })
Version data entries
21 entries across 21 versions & 1 rubygems