Sha256: 7d03ce3263a1f38b0ce8ae9629699559a453f4e9efcf543e2f716b7f8f710bce
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true color({ red: 0.8, green: 0.8, blue: 0.8, id: :active_color }) color( { red: 0.3, green: 0.3, blue: 0.3, id: :inactive_color } ) b=box wait 1 do b.attached([:inactive_color]) puts b.attached end puts b.attached c=circle c.attached(:inactive_color)
Version data entries
5 entries across 5 versions & 1 rubygems