Sha256: 06e6802f90b1774f71df24876ff5d5e8aa028be1bc91365e911b482e5c24e115
Contents?: true
Size: 205 Bytes
Versions: 12
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true b = box({ drag: true, id: :the_b }) c = b.circle({ left: 99, id: :the_c }) d = b.text({ data: :hello, left: 44, top: 44, id: :the_t }) c.touch(:down) do c.detach(b.id) end
Version data entries
12 entries across 12 versions & 1 rubygems