Sha256: e42464f264a68975172f6ae9f3d8d6f849271422fe46e9d8bee5094edf64e1d6
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true b=box({id: :c315}) circle({id: :circle_12, top: 0,drag: true}) b.parents([:circle_12]) circle({ id: :circle_123, color: :cyan, left: 233, drag: true }) box({ id: :box_1, left: 333 }) bb=box({top: 99}) grab(:box_1).parents([:circle_123]) grab(:color_circle_123).parents([:box_1]) # bb.parents([:box_1]) grab(:c315).parents([:circle_12])
Version data entries
3 entries across 3 versions & 1 rubygems