Sha256: 1d1c31cabe1db926cadbf4c6fa7ee5b3e23c752eabb0f2f8f9ffd67d7cebb0f0
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 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 b.attached(:inactive_color) puts b.attached b.touch(true) do b.detached(:inactive_color) b.attached(:active_color) puts b.attached end
Version data entries
3 entries across 3 versions & 1 rubygems