Sha256: 9a54fb07b0a59d9e1145b4c599c81e40ef9a610469c82736367485ff6b582146
Contents?: true
Size: 339 Bytes
Versions: 7
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true grab(:user_view).color({ red: 1, green: 0.6, blue: 0.6, id: :active_color }) grab(:user_view).color( { red: 0.3, green: 0.3, blue: 0.3, id: :inactive_color } ) b=box({left: 99}) wait 1 do b.attached([:active_color]) puts b.attached end puts b.attached c=circle({left: 333}) c.attached(:inactive_color)
Version data entries
7 entries across 7 versions & 1 rubygems