Sha256: 3d27e178e4ce2acd33ef9fcb85ab74d1173229ed62027a8e149e95fbf3d7a8c7
Contents?: true
Size: 219 Bytes
Versions: 32
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true # class Atome b=box({ left: 12, id: :the_first_box }) b.touch(true) do alt=b.alternate(true, false) if alt b.color(:green) else b.color(:red) end touch_allow(alt) end
Version data entries
32 entries across 32 versions & 1 rubygems