Sha256: ce97b29ede85a8876c5e4671a09c5e43a31dd4ed8033042c49a5d6d05c1f7bd6
Contents?: true
Size: 211 Bytes
Versions: 4
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true 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 allow_right_touch(alt) end
Version data entries
4 entries across 4 versions & 1 rubygems