Sha256: 6329a74ccdcd2d257a16e44bd0a9f4d21a8678804e49f066df80d1b041e7f64a
Contents?: true
Size: 370 Bytes
Versions: 83
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true puts 'deprecated use clone monitoring' # b = box({ id: :the_box }) # c = circle({ top: 3, id: :the_cirle }) # A.monitor({ atomes: [:the_box, :the_cirle], particles: [:left] }) do |atome, particle, value| # puts "changes : #{atome.id}, #{particle}, #{value}" # end # # wait 2 do # b.left(3) # wait 2 do # c.left(444) # end # end
Version data entries
83 entries across 83 versions & 1 rubygems