Sha256: 817dc83960ad7e87d7aa7ddd31ae0f1efaa4a5ecb4f5b85e3abf657477ecd30e
Contents?: true
Size: 392 Bytes
Versions: 7
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true b=box({id: :c315}) circle({id: :c_12, top: 0,drag: true}) b.attach([:c_12]) circle({ id: :c_123, color: :cyan, left: 233, drag: true }) box({ id: :b_1, left: 333, drag: true }) bb=box({top: 99, drag: true}) grab(:b_1).attach([:c_123]) circle_123_color= grab(:c_123).color[0] grab(circle_123_color).attach([:b_1]) bb.attach([:b_1]) grab(:c315).attach([:c_12])
Version data entries
7 entries across 7 versions & 1 rubygems