Sha256: 2d8a5a4ffff1f6b8f38c03ac1fda05e41832b4365f3e98b7356395f45dacfe0a
Contents?: true
Size: 452 Bytes
Versions: 13
Compression:
Stored size: 452 Bytes
Contents
# frozen_string_literal: true bbb = box({left: 66}) ccc = bbb.circle(id: :the_circle) bbb.role(:first) bbb.role(:second) bbb.delete(:left) bbb.delete(:role) bbb.role(:fourth) bbb.role(:five) bbb.role({ remove: :last }) bbb.actor({ the_circle: :buttons }) bbb.actor({ the_circle: :dummy }) bbb.actor({ the_circle: :menu }) bbb.actor({ remove: { the_circle: :dummy } }) puts "1 ===> #{bbb.role}" puts "2 ===> #{bbb.actor}" puts "3 ===> #{ccc.role}"
Version data entries
13 entries across 12 versions & 1 rubygems