Sha256: 5dd17b17915afda29f8ff05d624416a90fefe87d3e2a835cb08d5fd9a3c6a49d
Contents?: true
Size: 369 Bytes
Versions: 8
Compression:
Stored size: 369 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
8 entries across 8 versions & 1 rubygems