Sha256: 127d06275de34eab6caea14e9f1c91c958355f5d6b57cfee111294c19661c11b
Contents?: true
Size: 318 Bytes
Versions: 83
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true b = box c = circle t = text('touch me') b.copy([c.id, b.id, t.id]) b.copy(b.id) wait 1 do c.paste([0, 2]) wait 1 do t.paste(0) end end t.touch(true) do copies = t.paste(0) copies.each do |atome_paste| wait 1 do grab(atome_paste).color(:red) end end end
Version data entries
83 entries across 83 versions & 1 rubygems